Information about plays

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

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

{
    "id": 2681406,
    "uri": "https://api.kexp.org/v2/plays/2681406/?format=api",
    "airdate": "2020-01-02T23:10:28-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "For the Beauty",
    "track_id": "131418d3-ed19-4c9f-a49c-0e0fe89d00b1",
    "recording_id": null,
    "artist": "Tindersticks",
    "artist_ids": [
        "4306a798-e2f8-4192-9a45-2fd41cdae60c"
    ],
    "album": "No Treasure but Hope",
    "release_id": "486ac0e3-db48-4bb6-9c41-f639d69519d2",
    "release_group_id": null,
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2019-11-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Two decades into their musical voyage Tindersticks, established masters of restraint and poetic human emotion, are a band now confidently creating the best songs of their career.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}