Information about plays

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

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

{
    "id": 447768,
    "uri": "https://api.kexp.org/v2/plays/447768/?format=api",
    "airdate": "2001-07-22T22:00:00-07:00",
    "show": 7569,
    "show_uri": "https://api.kexp.org/v2/shows/7569/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Speak",
    "track_id": "1eefc263-f451-485b-86a9-baa5e7744dc4",
    "recording_id": null,
    "artist": "Swell Session",
    "artist_ids": [
        "eb8ea7e5-eab3-4004-baf7-1e6315d18112"
    ],
    "album": "Out Patients 2 (disc 1)",
    "release_id": "cade2523-554e-4de7-be5d-bf8498f25a74",
    "release_group_id": null,
    "labels": [
        "Hospital Records"
    ],
    "label_ids": [
        "8562598d-60d1-4bd6-8b85-4d709e951770"
    ],
    "release_date": "2001-07-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}