Information about plays

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

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

{
    "id": 378023,
    "uri": "https://api.kexp.org/v2/plays/378023/?format=api",
    "airdate": "2019-09-07T17:09:58-07:00",
    "show": 6290,
    "show_uri": "https://api.kexp.org/v2/shows/6290/?format=api",
    "image_uri": "http://coverartarchive.org/release/bd05eb7b-9418-4bce-b3b8-02dcc1f7fef3/19525603374-250.jpg",
    "thumbnail_uri": "",
    "song": "Wide Awake",
    "track_id": "1c3dc9b8-fff4-45d7-83e0-02da77ebf024",
    "recording_id": null,
    "artist": "Parquet Courts",
    "artist_ids": [
        "e01755e3-58ab-4a5b-a9e9-a0a3bd3dff4c"
    ],
    "album": "Wide Awake!",
    "release_id": "bd05eb7b-9418-4bce-b3b8-02dcc1f7fef3",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2018-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This bass line is hard to play! Watch their in-studio here: https://www.youtube.com/watch?v=wF1WRB9zRAM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}