Information about plays

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

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

{
    "id": 2681881,
    "uri": "https://api.kexp.org/v2/plays/2681881/?format=api",
    "airdate": "2020-01-04T03:02:52-08:00",
    "show": 46287,
    "show_uri": "https://api.kexp.org/v2/shows/46287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Show Me Love",
    "track_id": "4ff603e4-2050-45e9-87fc-dc81be78b0b0",
    "recording_id": null,
    "artist": "Hundred Waters",
    "artist_ids": [
        "49d461f0-3abf-422e-9569-8813e90074d7"
    ],
    "album": "The Moon Rang Like a Bell",
    "release_id": "0ecb8eeb-b285-43c4-a6af-807e7d22924c",
    "release_group_id": null,
    "labels": [
        "!K7"
    ],
    "label_ids": [
        "893364ff-1830-4694-833d-93751f14f984"
    ],
    "release_date": "2014-05-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}