Information about plays

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

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

{
    "id": 2675935,
    "uri": "https://api.kexp.org/v2/plays/2675935/?format=api",
    "airdate": "2019-12-20T13:47:41-08:00",
    "show": 46186,
    "show_uri": "https://api.kexp.org/v2/shows/46186/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue Eyes Crying in the Rain",
    "track_id": "b7588614-734e-4e10-a3c5-55624074f8e7",
    "recording_id": null,
    "artist": "Shovels & Rope feat. John Moreland",
    "artist_ids": [
        "c62ea4fb-b303-463b-a2a1-ff1cea9b1de5"
    ],
    "album": "Busted Jukebox, Vol. 2",
    "release_id": "64be8365-2fc6-4536-a3b5-43d63e005901",
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2017-12-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}