Information about plays

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

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

{
    "id": 2676345,
    "uri": "https://api.kexp.org/v2/plays/2676345/?format=api",
    "airdate": "2019-12-21T12:34:07-08:00",
    "show": 46195,
    "show_uri": "https://api.kexp.org/v2/shows/46195/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "There's A New Day Coming",
    "track_id": "66406dbf-b4f0-413c-a9ce-1755452b69a5",
    "recording_id": null,
    "artist": "Menahan Street Band",
    "artist_ids": [
        "93da8c8a-bd13-4418-a00e-2861b8518a8d"
    ],
    "album": "There's a New Day Coming / Tommy Don't",
    "release_id": "406dec33-77f4-4999-882c-1a09e81e9684",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2019-11-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was originally recorded as a backing track for a Charles Bradley song but was shelved until now. Saundra Williams on vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}