Information about plays

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

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

{
    "id": 454730,
    "uri": "https://api.kexp.org/v2/plays/454730/?format=api",
    "airdate": "2001-08-12T01:41:15-07:00",
    "show": 7698,
    "show_uri": "https://api.kexp.org/v2/shows/7698/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Devil",
    "track_id": "405c3ad9-6d5b-4dee-ba5b-b8c88650ce4c",
    "recording_id": null,
    "artist": "Blown",
    "artist_ids": [
        "6cd88846-721f-41fd-8ee6-9c34b4040f58"
    ],
    "album": "Forever",
    "release_id": "e021d83d-b04e-40cd-844e-4c3d86b513b5",
    "release_group_id": null,
    "labels": [
        "Parasol"
    ],
    "label_ids": [
        "e324c6e1-83e3-4d1a-a773-1b8d6edcf1f8"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}