Information about plays

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

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

{
    "id": 2681443,
    "uri": "https://api.kexp.org/v2/plays/2681443/?format=api",
    "airdate": "2020-01-03T01:06:08-08:00",
    "show": 46281,
    "show_uri": "https://api.kexp.org/v2/shows/46281/?format=api",
    "image_uri": "https://coverartarchive.org/release/e6a18f13-169a-44e1-a007-bf10fa359d8b/18153299157-250.jpg",
    "thumbnail_uri": "",
    "song": "In Winter",
    "track_id": "44cd415d-8da7-4c4e-a64e-f98d0d25dd8c",
    "recording_id": null,
    "artist": "Fotoform",
    "artist_ids": [
        "3a6d5180-a336-464b-824c-689c53ae57a4"
    ],
    "album": "Fotoform",
    "release_id": "e6a18f13-169a-44e1-a007-bf10fa359d8b",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-04-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}