Information about plays

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

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

{
    "id": 1342387,
    "uri": "https://api.kexp.org/v2/plays/1342387/?format=api",
    "airdate": "2008-02-23T21:27:51-08:00",
    "show": 23452,
    "show_uri": "https://api.kexp.org/v2/shows/23452/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heart Attack",
    "track_id": "81413027-5bd7-4c6c-a0d7-7f7feeb715e2",
    "recording_id": null,
    "artist": "Brimstone Howl",
    "artist_ids": [
        "069843fc-5df4-40d8-a7ff-c494bce915b0"
    ],
    "album": "Guts of Steel",
    "release_id": "0b20532d-28b2-4681-a629-f7e8db61a417",
    "release_group_id": null,
    "labels": [
        "Alive"
    ],
    "label_ids": [
        "290cdedf-a5ff-443b-acb7-355731361712"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}