Information about plays

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

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

{
    "id": 352508,
    "uri": "https://api.kexp.org/v2/plays/352508/?format=api",
    "airdate": "2019-07-10T08:50:39-07:00",
    "show": 5874,
    "show_uri": "https://api.kexp.org/v2/shows/5874/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wednesday's Child",
    "track_id": "09d72683-9afe-4116-82c5-919d68eae983",
    "recording_id": null,
    "artist": "Crows",
    "artist_ids": [
        "eda49ef5-b4d8-41a3-a666-b5a011258909"
    ],
    "album": "Silver Tongues",
    "release_id": "b854594e-14e4-4198-a32b-12299096eeb5",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Speaking about ‘Wednesday’s Child’, the frontman James Cox has said: “This is one of the songs that got me into a really strange head space to write. When writing; I quite often go heavily into research worm-holes - going really deep into subjects I’m curious about until it’s so uncomfortable I’ll have to shelve it for a while.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}