Information about plays

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

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

{
    "id": 2677723,
    "uri": "https://api.kexp.org/v2/plays/2677723/?format=api",
    "airdate": "2019-12-25T00:07:51-08:00",
    "show": 46219,
    "show_uri": "https://api.kexp.org/v2/shows/46219/?format=api",
    "image_uri": "https://coverartarchive.org/release/cda27542-5daa-36e3-aebd-7462770f2dd2/3007495020-250.jpg",
    "thumbnail_uri": "",
    "song": "Fairytale of New York",
    "track_id": "4913e9e1-e442-352a-8e41-a17e12857894",
    "recording_id": null,
    "artist": "The Pogues & Kirsty MacColl",
    "artist_ids": [
        "f63f2884-56d3-47f3-8a7e-72c324758730"
    ],
    "album": "Essential Pogues",
    "release_id": "cda27542-5daa-36e3-aebd-7462770f2dd2",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}