Information about plays

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

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

{
    "id": 351928,
    "uri": "https://api.kexp.org/v2/plays/351928/?format=api",
    "airdate": "2019-07-09T02:41:29-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "http://coverartarchive.org/release/7c9dd52e-e1b4-4db8-89f8-aa3b4e024fcf/13321452265-250.jpg",
    "thumbnail_uri": "",
    "song": "Bodys",
    "track_id": "c397172b-9082-4b39-8827-8fd82ba4033c",
    "recording_id": null,
    "artist": "Car Seat Headrest",
    "artist_ids": [
        "0fabbc1d-8d94-4a61-bd1d-1099ad1e4559"
    ],
    "album": "Twin Fantasy",
    "release_id": "7c9dd52e-e1b4-4db8-89f8-aa3b4e024fcf",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2011-11-02",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Car Seat Headrest - Full Performance (Live on KEXP): https://www.youtube.com/watch?v=CqT3U2UYS4k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}