Information about plays

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

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

{
    "id": 375299,
    "uri": "https://api.kexp.org/v2/plays/375299/?format=api",
    "airdate": "2019-09-01T16:07:34-07:00",
    "show": 6249,
    "show_uri": "https://api.kexp.org/v2/shows/6249/?format=api",
    "image_uri": "http://coverartarchive.org/release/548f70c7-fd73-490a-a828-b6bddc2afd81/13938442696-250.jpg",
    "thumbnail_uri": "",
    "song": "Keep Coming Back",
    "track_id": "3921cc33-eed9-3a4d-a105-ba5e739221a9",
    "recording_id": null,
    "artist": "Menahan Street Band",
    "artist_ids": [
        "93da8c8a-bd13-4418-a00e-2861b8518a8d"
    ],
    "album": "The Crossing",
    "release_id": "548f70c7-fd73-490a-a828-b6bddc2afd81",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2012-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}