Information about plays

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

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

{
    "id": 441461,
    "uri": "https://api.kexp.org/v2/plays/441461/?format=api",
    "airdate": "2001-07-04T09:36:00-07:00",
    "show": 7447,
    "show_uri": "https://api.kexp.org/v2/shows/7447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mule Skinner Blues",
    "track_id": "d2c8e81a-06e2-4612-9043-7f4bb0b8a35f",
    "recording_id": null,
    "artist": "The Fendermen",
    "artist_ids": [
        "b2c84b21-c77d-4e63-ac00-98fa3ca20eeb"
    ],
    "album": "The Best of Jukebox Rock (disc 12: 1960, Volume 2)",
    "release_id": "382e6424-2ef7-4226-a0c1-f6d66e11bc6d",
    "release_group_id": null,
    "labels": [
        "Plum"
    ],
    "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"
}