Information about plays

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

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

{
    "id": 375522,
    "uri": "https://api.kexp.org/v2/plays/375522/?format=api",
    "airdate": "2019-09-02T07:13:42-07:00",
    "show": 6254,
    "show_uri": "https://api.kexp.org/v2/shows/6254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pull the Pin and Forget",
    "track_id": "1bfda4b5-876d-40ec-9669-08a2f84dfbb2",
    "recording_id": null,
    "artist": "The Lonely Forest",
    "artist_ids": [
        "9029fab6-3c34-4c50-878f-4434ab5a2a4e"
    ],
    "album": "Adding Up the Wasted Hours",
    "release_id": "c809c08b-5fae-4b14-8608-d397dc17e26a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2013-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "John Van Deusen may have wrapped up TLF but he released a solo album entitled <i>(I Am) Origami Pt. 3 - A Catacomb Hymn</i> in July.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}