Information about plays

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

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

{
    "id": 347972,
    "uri": "https://api.kexp.org/v2/plays/347972/?format=api",
    "airdate": "2019-06-29T21:34:17-07:00",
    "show": 5798,
    "show_uri": "https://api.kexp.org/v2/shows/5798/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Defiled",
    "track_id": "c1cf5cce-e07e-3271-a56b-cc6ad5c382bd",
    "recording_id": null,
    "artist": "New Bomb Turks",
    "artist_ids": [
        "013d71e5-ecb2-486a-bd82-6e7d9129acfc"
    ],
    "album": "At Rope’s End",
    "release_id": "753a510a-5b96-4e31-b5fd-10503b54040e",
    "release_group_id": null,
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}