Information about plays

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

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

{
    "id": 379752,
    "uri": "https://api.kexp.org/v2/plays/379752/?format=api",
    "airdate": "2019-09-12T00:13:25-07:00",
    "show": 6315,
    "show_uri": "https://api.kexp.org/v2/shows/6315/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Amputees",
    "track_id": "ef8f7ad3-8e15-40b9-9d22-04e639a3529a",
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}