Information about plays

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

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

{
    "id": 509054,
    "uri": "https://api.kexp.org/v2/plays/509054/?format=api",
    "airdate": "2002-01-20T15:10:00-08:00",
    "show": 8766,
    "show_uri": "https://api.kexp.org/v2/shows/8766/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Road is So Much Longer Here",
    "track_id": "c895776a-00c9-4e27-ae04-76e2b044ddc8",
    "recording_id": null,
    "artist": "Pete Krebs and Danny Barnes",
    "artist_ids": [
        "7868a48c-a280-49c0-a206-22a5201b8cea"
    ],
    "album": "Duet for Clarinet and Goat",
    "release_id": "3eb0aef8-c9a0-4610-a163-0c6291dfb89d",
    "release_group_id": null,
    "labels": [
        "Cavity Search"
    ],
    "label_ids": [
        "45303356-1959-4084-b85c-7897fbdb29e6"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}