Information about plays

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

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

{
    "id": 2670818,
    "uri": "https://api.kexp.org/v2/plays/2670818/?format=api",
    "airdate": "2019-12-09T03:08:57-08:00",
    "show": 46108,
    "show_uri": "https://api.kexp.org/v2/shows/46108/?format=api",
    "image_uri": "https://coverartarchive.org/release/2775e8d0-4b2a-499c-a0ed-57dbf4f7f00d/19203398355-250.jpg",
    "thumbnail_uri": "",
    "song": "Out the Window",
    "track_id": "479b6851-bef9-426c-ad78-cd2d7d2a0c10",
    "recording_id": null,
    "artist": "Confidence Man",
    "artist_ids": [
        "9fab430a-f1af-4a69-bf68-6857a7a50a68"
    ],
    "album": "Confident Music For Confident People",
    "release_id": "2775e8d0-4b2a-499c-a0ed-57dbf4f7f00d",
    "release_group_id": null,
    "labels": [
        "Heavenly"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2018-04-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}