Information about plays

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

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

{
    "id": 382490,
    "uri": "https://api.kexp.org/v2/plays/382490/?format=api",
    "airdate": "2019-09-18T13:34:00-07:00",
    "show": 6365,
    "show_uri": "https://api.kexp.org/v2/shows/6365/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Well",
    "track_id": null,
    "recording_id": null,
    "artist": "Jay Som",
    "artist_ids": [
        "3b910f7b-018f-408f-950b-47e02d2ce305"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "2019-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": true,
    "comment": "Jay Som is Melina Duterte, vocals/guitar/sampler; Zachary Elsasser, drums/vocals; Oliver Pinnell, guitar/vocals; Dylan Allard, bass/vocals; Annie Truscott, violin and Maxine Garcia, keys.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}