Information about plays

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

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

{
    "id": 2678310,
    "uri": "https://api.kexp.org/v2/plays/2678310/?format=api",
    "airdate": "2019-12-26T08:05:58-08:00",
    "show": 46226,
    "show_uri": "https://api.kexp.org/v2/shows/46226/?format=api",
    "image_uri": "https://coverartarchive.org/release/de92f6d3-8d9a-3152-abdf-f6e723c3d1ac/16839853239-250.jpg",
    "thumbnail_uri": "",
    "song": "Benzie Box",
    "track_id": "21ed3964-c819-333b-b7d5-2ec51c2a3206",
    "recording_id": null,
    "artist": "DANGERDOOM feat. CeeLo Green",
    "artist_ids": [
        "2c69465c-0f76-45ce-90a2-1ed0fdacc997"
    ],
    "album": "The Mouse and the Mask",
    "release_id": "de92f6d3-8d9a-3152-abdf-f6e723c3d1ac",
    "release_group_id": null,
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2005-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Danger Mouse of Broken Bells worked with Ceelo Green to create Gnarls Barkley and on this album, Danger Mouse collaborated with MF Doom featuring Ceelo Green on this track! PHEW! 6 degrees of Danger Mouse!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}