Information about plays

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

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

{
    "id": 532873,
    "uri": "https://api.kexp.org/v2/plays/532873/?format=api",
    "airdate": "2002-03-30T11:15:00-08:00",
    "show": 9226,
    "show_uri": "https://api.kexp.org/v2/shows/9226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roll On",
    "track_id": "5f7405bc-0ec6-4e4f-8dc5-7aa70d6c93e5",
    "recording_id": null,
    "artist": "Roland Alphonso",
    "artist_ids": [
        "dc340029-a165-4139-a80e-e1cae33b37b9"
    ],
    "album": "Blow Mr. Hornsman: Instrumental Reggae 1968-1975",
    "release_id": "54fe4362-f34e-48d0-9e8a-3d8040b77aca",
    "release_group_id": null,
    "labels": [
        "Trojan"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}