Information about plays

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

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

{
    "id": 370597,
    "uri": "https://api.kexp.org/v2/plays/370597/?format=api",
    "airdate": "2019-08-21T22:55:00-07:00",
    "show": 6175,
    "show_uri": "https://api.kexp.org/v2/shows/6175/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All the Way From Memphis",
    "track_id": "e03ceda7-92b8-47b4-8be2-d01d2caccbbe",
    "recording_id": null,
    "artist": "Mott the Hoople",
    "artist_ids": [
        "435f1441-0f43-479d-92db-a506449a686b"
    ],
    "album": "Mott",
    "release_id": "22b4defc-8460-488d-9804-d7b91ac77f30",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "85db995f-cfa6-474a-9634-3b90c5f107a0"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}