Information about plays

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

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

{
    "id": 2675345,
    "uri": "https://api.kexp.org/v2/plays/2675345/?format=api",
    "airdate": "2019-12-19T11:23:48-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Letter to the Editor",
    "track_id": "035ee00a-4f4b-41d4-9b05-06775e9e9e6a",
    "recording_id": null,
    "artist": "Thievery Corporation feat. Racquel Jones",
    "artist_ids": [
        "a505bb48-ad65-4af4-ae47-29149715bff9"
    ],
    "album": "The Temple of I & I",
    "release_id": "a85c1d9c-f60c-4602-88aa-0f236716fabc",
    "release_group_id": null,
    "labels": [
        "Eighteenth Street Lounge Music"
    ],
    "label_ids": [
        "854bde53-2065-416f-bba4-3ab868709e99"
    ],
    "release_date": "2017-02-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the best bands to see perform live. Each track features a different vocalist with the core band consisting of Rob Garza heading up the ensemble of Jeff Franca (drums), Rob Myers (sitar, guitar), Frank Orrall (percussion, drums, vocals) and Ashish \"Hash\" Vyas (bass). This track features Jamaican singer Racquel Jones. https://www.youtube.com/watch?v=KahPH6oc12I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}