Information about plays

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

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

{
    "id": 2683091,
    "uri": "https://api.kexp.org/v2/plays/2683091/?format=api",
    "airdate": "2020-01-07T03:26:01-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/6ab913b0-e8fc-438a-8a15-1bca44f09467/24508210277-250.jpg",
    "thumbnail_uri": "",
    "song": "Phase",
    "track_id": "d8271138-c530-433b-b22f-6e00b933c156",
    "recording_id": null,
    "artist": "Pinegrove",
    "artist_ids": [
        "871fe26f-544d-4275-a5dd-af5442d15b92"
    ],
    "album": "Marigold",
    "release_id": "6ab913b0-e8fc-438a-8a15-1bca44f09467",
    "release_group_id": null,
    "labels": [
        "Rough Trade Records Ltd."
    ],
    "label_ids": [
        "3d57e670-de5f-4f21-968a-9308c928e3e2"
    ],
    "release_date": "2020-01-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP's Song of the Day: Pinegrove -- \"Aphasia\": https://www.kexp.org/read/2016/07/27/song-of-the-day-pinegrove-aphasia/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}