Information about plays

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

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

{
    "id": 369506,
    "uri": "https://api.kexp.org/v2/plays/369506/?format=api",
    "airdate": "2019-08-19T15:13:45-07:00",
    "show": 6161,
    "show_uri": "https://api.kexp.org/v2/shows/6161/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Johnny Thunder",
    "track_id": "1a3dd200-e480-34a4-b45c-89631c7621c9",
    "recording_id": null,
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "The Kinks Are the Village Green Preservation Society",
    "release_id": "0e834c72-21ac-486a-8ea5-cc4e99d0e372",
    "release_group_id": null,
    "labels": [
        "Essential! Records"
    ],
    "label_ids": [
        "9351301f-8a99-41f3-96f5-9aac14bf7ac7"
    ],
    "release_date": "1998-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sixth album from The Kinks and the last by the original quartet. Pete Townsend borrowed the opening riff of \"Johnny Thunder\" for \"I Can't Explain\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}