Information about plays

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

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

{
    "id": 418166,
    "uri": "https://api.kexp.org/v2/plays/418166/?format=api",
    "airdate": "2001-04-25T16:26:15-07:00",
    "show": 6986,
    "show_uri": "https://api.kexp.org/v2/shows/6986/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wot",
    "track_id": "20542caa-fac0-4909-b1d9-aef8357b0b1c",
    "recording_id": null,
    "artist": "Captain Sensible",
    "artist_ids": [
        "c5b9c6e1-3aa2-4ff5-a89a-d4e86b09fcdf"
    ],
    "album": "A Day in the Life of Captain Sensible",
    "release_id": "3a4a5498-7976-4e55-919d-86df7880630d",
    "release_group_id": null,
    "labels": [
        "A"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}