Information about plays

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

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

{
    "id": 2680716,
    "uri": "https://api.kexp.org/v2/plays/2680716/?format=api",
    "airdate": "2020-01-01T07:20:37-08:00",
    "show": 46269,
    "show_uri": "https://api.kexp.org/v2/shows/46269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Safe Haven From The Sun",
    "track_id": "ef0d8ee6-ad3b-450f-99f4-f4e9efb7ee63",
    "recording_id": null,
    "artist": "Ritual Howls",
    "artist_ids": [
        "a706b2d4-684e-483e-b323-477c06e65b05"
    ],
    "album": "A Safe Haven From the Sun",
    "release_id": "6d2ef9ef-6be2-467b-895f-54b1654b11b8",
    "release_group_id": null,
    "labels": [
        "felte"
    ],
    "label_ids": [
        "edd4e28e-d53c-415c-8ce8-ace9dfb452ac"
    ],
    "release_date": "2019-11-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}