Information about plays

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

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

{
    "id": 472485,
    "uri": "https://api.kexp.org/v2/plays/472485/?format=api",
    "airdate": "2001-10-03T09:56:28-07:00",
    "show": 8047,
    "show_uri": "https://api.kexp.org/v2/shows/8047/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beatbox Rocker",
    "track_id": "0a662ee2-3992-4444-9dd4-100e2305b85f",
    "recording_id": null,
    "artist": "WestBam",
    "artist_ids": [
        "12d5646a-b9e3-4510-ad37-5682c02a66ef"
    ],
    "album": "We'll Never Stop Living This Way",
    "release_id": "0225244f-a623-4fe4-80da-af47c9fece92",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1999-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}