Information about plays

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

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

{
    "id": 2681859,
    "uri": "https://api.kexp.org/v2/plays/2681859/?format=api",
    "airdate": "2020-01-04T01:50:00-08:00",
    "show": 46287,
    "show_uri": "https://api.kexp.org/v2/shows/46287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "holy terrain",
    "track_id": "8bee9c8d-e39e-4582-a2b8-44cd063ed1fa",
    "recording_id": null,
    "artist": "FKA twigs feat. Future",
    "artist_ids": [
        "48262e82-db9f-4a92-b650-dfef979b73ec"
    ],
    "album": "MAGDALENE",
    "release_id": "4d00512e-dde9-453d-91c6-fc673f8895f6",
    "release_group_id": null,
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2019-11-08",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}