Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/461372/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 461372,
    "uri": "https://api.kexp.org/v2/plays/461372/?format=api",
    "airdate": "2001-08-31T04:55:00-07:00",
    "show": 7830,
    "show_uri": "https://api.kexp.org/v2/shows/7830/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Echo",
    "track_id": "f2b408af-b6c0-4f4f-94fc-e98594a3e4ff",
    "recording_id": null,
    "artist": "Possession & African Dub",
    "artist_ids": [
        "5e83ead1-ca04-4cc5-9637-97fda1e6e48e"
    ],
    "album": "Off World One",
    "release_id": "b35fa20f-6723-4e7e-ac66-cbf803911de0",
    "release_group_id": null,
    "labels": [
        "Sub Meta"
    ],
    "label_ids": [
        "ac983396-1331-40f4-a63d-66924f66d406"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}