Information about plays

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

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

{
    "id": 347359,
    "uri": "https://api.kexp.org/v2/plays/347359/?format=api",
    "airdate": "2019-06-28T09:12:31-07:00",
    "show": 5784,
    "show_uri": "https://api.kexp.org/v2/shows/5784/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Save Me",
    "track_id": "feda4c1f-086d-429b-9e70-ca64b57bef6f",
    "recording_id": null,
    "artist": "Remy Zero",
    "artist_ids": [
        "848a122b-9dcc-4ff7-91b8-e4f37b8f1147"
    ],
    "album": "The Golden Hum",
    "release_id": "449604f0-fe61-4c7e-911a-3b91213c32f5",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2001-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a KEXP exclusive interview with former Remy Zero frontman August Cinjun Tate: https://www.kexp.org/read/2019/3/28/music-heals-remy-zeros-cinjun-tate-cancer-recovery-and-never-being-same-again/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}