Information about plays

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

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

{
    "id": 2681467,
    "uri": "https://api.kexp.org/v2/plays/2681467/?format=api",
    "airdate": "2020-01-03T02:33:20-08:00",
    "show": 46281,
    "show_uri": "https://api.kexp.org/v2/shows/46281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "¡Ponte Punk!",
    "track_id": "47cfa466-8024-4166-b639-73c0a393f7ba",
    "recording_id": null,
    "artist": "Los Blenders",
    "artist_ids": [
        "e643680b-3cda-4553-a53c-dcf9ca87f073"
    ],
    "album": "¡Ponte Punk!",
    "release_id": "b9dfe372-63cd-478a-b032-86ad2bf958a7",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}