Information about plays

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

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

{
    "id": 531395,
    "uri": "https://api.kexp.org/v2/plays/531395/?format=api",
    "airdate": "2002-03-26T15:52:12-08:00",
    "show": 9201,
    "show_uri": "https://api.kexp.org/v2/shows/9201/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Way Out",
    "track_id": "067d61d2-0ee8-4d3f-90d3-4c61ea7c4159",
    "recording_id": null,
    "artist": "Mike Johnson",
    "artist_ids": [
        "842226e0-fc89-468d-95c7-1e1cca0db944"
    ],
    "album": "Year of Mondays",
    "release_id": "d7939552-5f6a-4a67-8583-2bc44fc585aa",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}