Information about plays

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

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

{
    "id": 2680570,
    "uri": "https://api.kexp.org/v2/plays/2680570/?format=api",
    "airdate": "2019-12-31T22:39:23-08:00",
    "show": 46267,
    "show_uri": "https://api.kexp.org/v2/shows/46267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eisenhower and the Hippies",
    "track_id": "fb73183c-f327-3c46-8fc1-2ed09001ca62",
    "recording_id": null,
    "artist": "UJ3RK5",
    "artist_ids": [],
    "album": "UJ3RK5",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "adde0cb6-4535-47b8-9b10-f18cc0b466ae"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}