Information about plays

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

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

{
    "id": 2682676,
    "uri": "https://api.kexp.org/v2/plays/2682676/?format=api",
    "airdate": "2020-01-06T02:47:39-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Carrion",
    "track_id": "819a67ac-deb3-4ce6-8184-591263585a0b",
    "recording_id": null,
    "artist": "MYXA",
    "artist_ids": [
        "38c7f315-ba17-4393-84df-01f9c6cdfb08"
    ],
    "album": "MOSCA",
    "release_id": "5edf4a68-1dcb-4116-a1a7-9ee60091e8c9",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}