Information about plays

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

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

{
    "id": 382444,
    "uri": "https://api.kexp.org/v2/plays/382444/?format=api",
    "airdate": "2019-09-18T10:29:00-07:00",
    "show": 6365,
    "show_uri": "https://api.kexp.org/v2/shows/6365/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Good Hand",
    "track_id": "89477cc7-b89d-3dc3-9888-35fb84c50c92",
    "recording_id": null,
    "artist": "Wovenhand",
    "artist_ids": [
        "7b288ade-8d1e-4abc-b6b0-84eddfcb7ecc"
    ],
    "album": "Woven Hand",
    "release_id": "8278052f-9893-475f-9f57-35feb8a05995",
    "release_group_id": null,
    "labels": [
        "Sounds Familyre"
    ],
    "label_ids": [],
    "release_date": "2003-03-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Wovenhand's KEXP live in-studio here: https://bit.ly/1HDPx29",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}