Information about plays

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

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

{
    "id": 437726,
    "uri": "https://api.kexp.org/v2/plays/437726/?format=api",
    "airdate": "2001-06-23T10:48:34-07:00",
    "show": 7372,
    "show_uri": "https://api.kexp.org/v2/shows/7372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whip That Tarantula (Moulding)",
    "track_id": "06a8e378-c495-4b37-a1e9-c297c71d89f9",
    "recording_id": null,
    "artist": "Ijahman Levi",
    "artist_ids": [
        "b8faec77-6c10-4e1f-98ff-b13c58fc3309"
    ],
    "album": "Time Warp Dub Clash - Old School vs. New School",
    "release_id": "de9fc076-576c-4cfa-b886-93f5548054d2",
    "release_group_id": null,
    "labels": [
        "Mango Records"
    ],
    "label_ids": [
        "0d16f1cf-619b-4f08-a6ce-8588a810d764"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}