Information about plays

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

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

{
    "id": 377459,
    "uri": "https://api.kexp.org/v2/plays/377459/?format=api",
    "airdate": "2019-09-06T12:16:00-07:00",
    "show": 6281,
    "show_uri": "https://api.kexp.org/v2/shows/6281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "True Trans Soul Rebel",
    "track_id": "38104876-a4cd-4198-a304-58bd74ce79fc",
    "recording_id": null,
    "artist": "Against Me!",
    "artist_ids": [
        "a66ebddc-ff04-46b8-820a-15c63e80dba1"
    ],
    "album": "Transgender Dysphoria Blues",
    "release_id": "04225fb1-d0a4-4dc7-b317-db106ffb5871",
    "release_group_id": null,
    "labels": [
        "Total Treble Music"
    ],
    "label_ids": [],
    "release_date": "2014-01-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}