Information about plays

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

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

{
    "id": 505795,
    "uri": "https://api.kexp.org/v2/plays/505795/?format=api",
    "airdate": "2002-01-10T19:41:00-08:00",
    "show": 8698,
    "show_uri": "https://api.kexp.org/v2/shows/8698/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If the Good Lord's Willin' (and the Creeks Don't Rise)",
    "track_id": "3db0c131-ad1d-4c1c-95f7-12d80269f72d",
    "recording_id": null,
    "artist": "Hank Williams, Jr.",
    "artist_ids": [
        "1d8010a0-b642-4c8f-9c8d-8dc66b7bb81a"
    ],
    "album": "Almeria Club",
    "release_id": "47288d50-3aeb-4c1b-a613-69fff77a9af5",
    "release_group_id": null,
    "labels": [
        "Curb"
    ],
    "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"
}