Information about plays

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

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

{
    "id": 432377,
    "uri": "https://api.kexp.org/v2/plays/432377/?format=api",
    "airdate": "2001-06-07T18:17:08-07:00",
    "show": 7273,
    "show_uri": "https://api.kexp.org/v2/shows/7273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "There Stands the Glass",
    "track_id": "54bb9a74-03a4-4389-b786-30b7aa3a0d4d",
    "recording_id": null,
    "artist": "Webb Pierce",
    "artist_ids": [
        "cbd197c2-1c29-4f46-acc6-0565a916d143"
    ],
    "album": "In the Jailhouse Now (feat. Willie Nelson)",
    "release_id": "248d64be-ecd5-4b74-80b0-304f658a8aca",
    "release_group_id": null,
    "labels": [
        "Sun"
    ],
    "label_ids": [],
    "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"
}