Information about plays

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

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

{
    "id": 2682247,
    "uri": "https://api.kexp.org/v2/plays/2682247/?format=api",
    "airdate": "2020-01-04T23:41:00-08:00",
    "show": 46295,
    "show_uri": "https://api.kexp.org/v2/shows/46295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What If There’s a War in America",
    "track_id": "8decea0d-7b76-3030-8bce-714209b171f7",
    "recording_id": null,
    "artist": "7 Seconds",
    "artist_ids": [
        "3594dd1c-1267-471f-a6e2-78978bb3e024"
    ],
    "album": "The Crew",
    "release_id": "17100e50-ad87-4b4f-a919-010ed8fd98a8",
    "release_group_id": null,
    "labels": [
        "BYO Records"
    ],
    "label_ids": [
        "22d95710-afed-488e-b97b-9f85c74bbe20"
    ],
    "release_date": "1994-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}