Information about plays

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

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

{
    "id": 380201,
    "uri": "https://api.kexp.org/v2/plays/380201/?format=api",
    "airdate": "2019-09-13T00:18:21-07:00",
    "show": 6327,
    "show_uri": "https://api.kexp.org/v2/shows/6327/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue Skies",
    "track_id": "4f7b13f0-eaa2-45a4-b85e-0274c26f0796",
    "recording_id": null,
    "artist": "Stars On Fire",
    "artist_ids": [
        "77002317-e14c-4a18-ae5d-ddbc5b85bba6"
    ],
    "album": "Blue Skies Above",
    "release_id": "1f751d86-be09-4a58-a94f-77b54266faf2",
    "release_group_id": null,
    "labels": [
        "Jigsaw Records"
    ],
    "label_ids": [
        "046adcce-e449-4b97-afbe-876801d2890c"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bera, Spain https://kocliko.bandcamp.com/album/kr14-blue-skies-above-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}