Information about plays

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

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

{
    "id": 349029,
    "uri": "https://api.kexp.org/v2/plays/349029/?format=api",
    "airdate": "2019-07-02T12:24:48-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "http://coverartarchive.org/release/05c38a1d-9acb-3cf3-ae1a-b8367f88b3ae/18782213344-250.jpg",
    "thumbnail_uri": "",
    "song": "Everything Reminds Me of Her",
    "track_id": "fa77a076-7b59-38b2-a258-4513990308a8",
    "recording_id": null,
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "Figure 8",
    "release_id": "05c38a1d-9acb-3cf3-ae1a-b8367f88b3ae",
    "release_group_id": null,
    "labels": [
        "DreamWorks Records"
    ],
    "label_ids": [
        "d4751e8e-aa7f-4670-b8a3-4a861bcffa0d"
    ],
    "release_date": "2000-04-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Elliott Smith sang this song live at Amoeba Records in 2008:  https://www.youtube.com/watch?v=NzvVhgtwNcI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}