Information about plays

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

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

{
    "id": 504467,
    "uri": "https://api.kexp.org/v2/plays/504467/?format=api",
    "airdate": "2002-01-07T01:58:00-08:00",
    "show": 8676,
    "show_uri": "https://api.kexp.org/v2/shows/8676/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everything Turned Orange",
    "track_id": "f845d707-d60b-4899-9ce5-2ded7eade319",
    "recording_id": null,
    "artist": "The Cakekitchen",
    "artist_ids": [
        "3c126e06-a50b-49a4-b89d-4d980d2cbfc1"
    ],
    "album": "The Devil and the Deep Blue Sea",
    "release_id": "7b2d34e8-30ee-4a80-aeac-d195604d7bb6",
    "release_group_id": null,
    "labels": [
        "Merge"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}