Information about plays

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

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

{
    "id": 2676282,
    "uri": "https://api.kexp.org/v2/plays/2676282/?format=api",
    "airdate": "2019-12-21T09:17:00-08:00",
    "show": 46194,
    "show_uri": "https://api.kexp.org/v2/shows/46194/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thanks and Praise (Exclusive dub plate mix)",
    "track_id": "53b1558a-ec11-4123-9015-530760b55d6f",
    "recording_id": null,
    "artist": "King Tubby",
    "artist_ids": [],
    "album": "Yabby You & Brethren: Deeper Roots (dub Plates and Rarities 1976 - 1978)",
    "release_id": "6224735a-f209-45b4-b58b-f0ec755c3a97",
    "release_group_id": null,
    "labels": [
        "Pressure Sounds"
    ],
    "label_ids": [
        "e8a88883-4209-4d1c-8fb9-57c30024bc4e"
    ],
    "release_date": "2012-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}