Information about plays

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

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

{
    "id": 452878,
    "uri": "https://api.kexp.org/v2/plays/452878/?format=api",
    "airdate": "2001-08-06T19:45:00-07:00",
    "show": 7663,
    "show_uri": "https://api.kexp.org/v2/shows/7663/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jah Music",
    "track_id": "78802343-7c6e-43bf-bd51-8ba2ed90c4e1",
    "recording_id": null,
    "artist": "Alpha Blondy",
    "artist_ids": [
        "88502cc3-20e7-4c5d-b583-ea84ed263db4"
    ],
    "album": "The Prophets",
    "release_id": "23d1236f-945e-4c13-90f7-0c7d4a63feb9",
    "release_group_id": null,
    "labels": [
        "Capitol"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "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"
}