Information about plays

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

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

{
    "id": 374178,
    "uri": "https://api.kexp.org/v2/plays/374178/?format=api",
    "airdate": "2019-08-29T21:18:24-07:00",
    "show": 6227,
    "show_uri": "https://api.kexp.org/v2/shows/6227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Symbiosis",
    "track_id": "8ca1be7a-6b55-46eb-af89-2471c9cc1284",
    "recording_id": null,
    "artist": "AstroLogical",
    "artist_ids": [
        "bcd7f131-2b6c-4727-9832-4a4df924830e"
    ],
    "album": "Private World",
    "release_id": "4a75b20b-55d4-44c8-a111-a7106ec7b7ea",
    "release_group_id": null,
    "labels": [
        "Bastard Jazz Recordings"
    ],
    "label_ids": [
        "1c84f4d1-6892-4323-b562-e8d4902f8032"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Vancouver based producer Nate Drobner, aka AstroLogical, crafts dreamy electronica that navigates between jazz, soul/funk, ambient, and future beat. https://astrological.bandcamp.com/album/private-world-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}