Information about plays

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

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

{
    "id": 444094,
    "uri": "https://api.kexp.org/v2/plays/444094/?format=api",
    "airdate": "2001-07-11T19:51:00-07:00",
    "show": 7495,
    "show_uri": "https://api.kexp.org/v2/shows/7495/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cross Road Blues",
    "track_id": "70eac062-fa58-46b5-98ca-bb30b47e9950",
    "recording_id": null,
    "artist": "Robert Johnson",
    "artist_ids": [
        "8a8bbba6-72f7-4900-a306-c40b94f2631b"
    ],
    "album": "The Complete Recordings (disc 1)",
    "release_id": "ad908268-dd4e-4f3b-a42f-1ad7c96b03a3",
    "release_group_id": null,
    "labels": [
        "Universe Italy"
    ],
    "label_ids": [
        "6a182275-d630-4bf5-9215-3bb2bedc0fe6"
    ],
    "release_date": "2004-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}