Information about plays

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

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

{
    "id": 1213708,
    "uri": "https://api.kexp.org/v2/plays/1213708/?format=api",
    "airdate": "2007-03-31T10:04:00-07:00",
    "show": 21272,
    "show_uri": "https://api.kexp.org/v2/shows/21272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Channel One In Dub",
    "track_id": "a98292ec-34b6-4888-aae1-0b8ce0c7c313",
    "recording_id": null,
    "artist": "Sly & Robbie",
    "artist_ids": [
        "6e14dc18-9313-4afa-9344-4b6c2bf80fca"
    ],
    "album": "Riddim: The Best of Sly & Robbie in Dub 1978 to 1985 (disc 1)",
    "release_id": "17625301-ab7e-4a02-a47d-0d3ef8427c5d",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "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"
}