Information about plays

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

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

{
    "id": 2682100,
    "uri": "https://api.kexp.org/v2/plays/2682100/?format=api",
    "airdate": "2020-01-04T16:38:28-08:00",
    "show": 46291,
    "show_uri": "https://api.kexp.org/v2/shows/46291/?format=api",
    "image_uri": "https://coverartarchive.org/release/39533bcb-7018-412b-97b2-16b3d9ee8ac9/24676487678-250.jpg",
    "thumbnail_uri": "",
    "song": "Runner",
    "track_id": "cc0d0daa-4f1a-4f62-9af8-3b75ace16cfd",
    "recording_id": null,
    "artist": "Tennis",
    "artist_ids": [
        "a8982cb0-7886-4e60-9f6a-3b71baa370e6"
    ],
    "album": "Runner",
    "release_id": "39533bcb-7018-412b-97b2-16b3d9ee8ac9",
    "release_group_id": null,
    "labels": [
        "mutually detrimental"
    ],
    "label_ids": [
        "7be4652b-8333-4ff6-b67c-c9d2d505cdef"
    ],
    "release_date": "2019-11-08",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}