Information about plays

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

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

{
    "id": 1283819,
    "uri": "https://api.kexp.org/v2/plays/1283819/?format=api",
    "airdate": "2007-09-26T15:21:27-07:00",
    "show": 22465,
    "show_uri": "https://api.kexp.org/v2/shows/22465/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Company Town",
    "track_id": "a5acc27e-11b8-44eb-851c-1a1bb5a20f49",
    "recording_id": null,
    "artist": "Dollar Store",
    "artist_ids": [
        "f38adfca-00b2-4cf2-bcb6-586889066f39"
    ],
    "album": "Money Music",
    "release_id": "eddcb61d-50be-4fab-aecb-f07cc39f2cce",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}