Information about plays

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

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

{
    "id": 357008,
    "uri": "https://api.kexp.org/v2/plays/357008/?format=api",
    "airdate": "2019-07-20T21:34:43-07:00",
    "show": 5949,
    "show_uri": "https://api.kexp.org/v2/shows/5949/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slip It In",
    "track_id": "3a67a089-f221-3912-8ab4-b7024adbad20",
    "recording_id": null,
    "artist": "Black Flag",
    "artist_ids": [
        "9941a936-196a-4a62-ae53-a69cbc33f20e"
    ],
    "album": "Slip It In",
    "release_id": "fc00d3b3-dae6-4bec-8523-ea4a001a2d9d",
    "release_group_id": null,
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1984-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}