Information about plays

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

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

{
    "id": 2680556,
    "uri": "https://api.kexp.org/v2/plays/2680556/?format=api",
    "airdate": "2019-12-31T22:00:22-08:00",
    "show": 46267,
    "show_uri": "https://api.kexp.org/v2/shows/46267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Janitor",
    "track_id": "2fe8e2be-2b56-36cc-86d5-6a91b1f3034e",
    "recording_id": null,
    "artist": "Suburban Lawns",
    "artist_ids": [
        "f2e5a6f8-e72e-46a7-8e2e-34960339220a"
    ],
    "album": "Suburban Lawns",
    "release_id": "6a609f5f-2c07-453f-980a-f7ef8c6adf26",
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}