Information about plays

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

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

{
    "id": 1353976,
    "uri": "https://api.kexp.org/v2/plays/1353976/?format=api",
    "airdate": "2008-03-25T04:02:00-07:00",
    "show": 23650,
    "show_uri": "https://api.kexp.org/v2/shows/23650/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dry Lips",
    "track_id": "a12b8907-7e49-4e08-8dd4-7076481389a9",
    "recording_id": null,
    "artist": "Lightspeed Champion",
    "artist_ids": [
        "73fd884f-c4df-4852-9f4a-13057d0a3ebd"
    ],
    "album": "[non-album tracks]",
    "release_id": "24d71264-cbe1-4d0a-a16e-ef7eec42a23b",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}