Information about plays

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

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

{
    "id": 380144,
    "uri": "https://api.kexp.org/v2/plays/380144/?format=api",
    "airdate": "2019-09-12T21:05:17-07:00",
    "show": 6326,
    "show_uri": "https://api.kexp.org/v2/shows/6326/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nós Precisamos de Você (feat. Moses Boyd)",
    "track_id": "c94f3cb1-2cb8-4a48-87c0-e9f3ae9804aa",
    "recording_id": null,
    "artist": "Sonzeira",
    "artist_ids": [
        "2b55be58-fa68-499b-830b-1e39559f94be"
    ],
    "album": "Tam Tam Tam Reimagined",
    "release_id": "a1df9ec2-7f95-424c-9737-937405dfa2c8",
    "release_group_id": null,
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [
        "6483a614-d00f-42b0-af39-a602b3ce5daa"
    ],
    "release_date": "2016-07-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tam Tam Tam Reimagined is the second album to come from Gilles Peterson’s Sonzeira project. Overseen by the DJ and record collector of 30 years and one of the most sought after and unique records to have come out of Brazil. https://gillespetersonpresentssonzeira.bandcamp.com/album/tam-tam-tam-reimagined",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}