Information about plays

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

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

{
    "id": 435096,
    "uri": "https://api.kexp.org/v2/plays/435096/?format=api",
    "airdate": "2001-06-15T19:31:12-07:00",
    "show": 7322,
    "show_uri": "https://api.kexp.org/v2/shows/7322/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drinkin' Wine Spo-Dee-O-Dee",
    "track_id": "1cc4c95a-0b5b-4a24-a53b-69fadfdbb4a4",
    "recording_id": null,
    "artist": "Jerry Lee Lewis",
    "artist_ids": [
        "b59ac58d-036e-4bba-8112-c32a34c4575b"
    ],
    "album": "Rock the Joint (disc 3)",
    "release_id": "6f617f0b-b598-47fb-a7c5-92aac9b46d7d",
    "release_group_id": null,
    "labels": [
        "Castle Pulse"
    ],
    "label_ids": [
        "123faf47-cdac-4874-ae4b-6f0bab2b9703"
    ],
    "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"
}