Information about plays

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

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

{
    "id": 2682176,
    "uri": "https://api.kexp.org/v2/plays/2682176/?format=api",
    "airdate": "2020-01-04T21:06:36-08:00",
    "show": 46293,
    "show_uri": "https://api.kexp.org/v2/shows/46293/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "30 Seconds Over Tokyo",
    "track_id": "efbca2e2-98a9-3b21-b325-9ca88e5e759c",
    "recording_id": null,
    "artist": "Pere Ubu",
    "artist_ids": [
        "5a54b72e-bfb3-4ca6-944a-e17261399965"
    ],
    "album": "Terminal Tower",
    "release_id": "1b2b90e6-f144-3cab-89a8-607729e0b6db",
    "release_group_id": null,
    "labels": [
        "Bomba Records"
    ],
    "label_ids": [
        "1b082c14-2b13-4615-a231-c7de5cf7a519"
    ],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}