Information about plays

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

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

{
    "id": 454762,
    "uri": "https://api.kexp.org/v2/plays/454762/?format=api",
    "airdate": "2001-08-12T04:16:21-07:00",
    "show": 7698,
    "show_uri": "https://api.kexp.org/v2/shows/7698/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ceremony of Thanks",
    "track_id": "2a91d22f-6ee2-4d1e-8128-176dcc1ddd77",
    "recording_id": null,
    "artist": "Scarab",
    "artist_ids": [
        "028e0476-625b-47d2-89f5-dad903009d05"
    ],
    "album": "Scarab",
    "release_id": "c7b17ba6-d84a-4ef6-befd-cdd6f47007c5",
    "release_group_id": null,
    "labels": [
        "WordSound"
    ],
    "label_ids": [
        "201b9f9e-4d75-4e8a-8cb8-fc0b28dc45b8"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}