Information about plays

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

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

{
    "id": 1308292,
    "uri": "https://api.kexp.org/v2/plays/1308292/?format=api",
    "airdate": "2007-11-29T18:19:00-08:00",
    "show": 22884,
    "show_uri": "https://api.kexp.org/v2/shows/22884/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Moon Is High",
    "track_id": "ce7a857f-5ad8-4003-ad6b-f4eca37d4779",
    "recording_id": null,
    "artist": "Roger Miller",
    "artist_ids": [
        "102045e3-577c-4b10-b01b-424b7e461094"
    ],
    "album": "Dang Me (Roger and Out)",
    "release_id": "5ac4d360-0ed6-4223-a91d-167448208b26",
    "release_group_id": null,
    "labels": [
        "Smash Records"
    ],
    "label_ids": [
        "70e99b38-22c1-41a2-bf5b-2e1ba7e30da4"
    ],
    "release_date": "1964-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}