Information about plays

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

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

{
    "id": 426380,
    "uri": "https://api.kexp.org/v2/plays/426380/?format=api",
    "airdate": "2001-05-21T00:05:00-07:00",
    "show": 7160,
    "show_uri": "https://api.kexp.org/v2/shows/7160/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Green Eggs ",
    "track_id": null,
    "recording_id": null,
    "artist": "3rd Bass",
    "artist_ids": [
        "34ea2ef9-c05c-427e-a26f-0bb35c7d6524"
    ],
    "album": "Portrait of the Artist as a Hood (A.K.A. 3rd Bass Theme)",
    "release_id": "2c2e2baf-0076-4826-8662-fe5cc9e7acff",
    "release_group_id": null,
    "labels": [
        "Def Jam"
    ],
    "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"
}