Information about plays

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

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

{
    "id": 371985,
    "uri": "https://api.kexp.org/v2/plays/371985/?format=api",
    "airdate": "2019-08-25T02:27:00-07:00",
    "show": 6197,
    "show_uri": "https://api.kexp.org/v2/shows/6197/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "4th Chamber",
    "track_id": "514a4299-1487-3e54-b35c-e18ecfb39a92",
    "recording_id": null,
    "artist": "GZA/Genius",
    "artist_ids": [
        "550cb78b-4995-4873-baea-76ef265531f5"
    ],
    "album": "Liquid Swords",
    "release_id": "62fff24a-b6e6-4c85-9c8a-98fc2169b6d9",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [],
    "release_date": "1995-11-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Liquid Swords turns 24 in November.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}