Information about plays

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

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

{
    "id": 2681039,
    "uri": "https://api.kexp.org/v2/plays/2681039/?format=api",
    "airdate": "2020-01-02T01:33:02-08:00",
    "show": 46274,
    "show_uri": "https://api.kexp.org/v2/shows/46274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Konk Party (7\")",
    "track_id": null,
    "recording_id": null,
    "artist": "Konk",
    "artist_ids": [],
    "album": "The Magic Force of Konk 1981-1988",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Futurismo"
    ],
    "label_ids": [
        "6c1e2401-1bfa-4001-b53c-0ddd7bca88d7"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"This essential retrospective highlights the livewire New York band's killer blend of disco, funk, new wave, jazz and Afrobeat\" - https://lightintheattic.net/releases/5578-the-magic-force-of-konk-1981-1988",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}