Information about plays

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

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

{
    "id": 381342,
    "uri": "https://api.kexp.org/v2/plays/381342/?format=api",
    "airdate": "2019-09-15T19:53:00-07:00",
    "show": 6348,
    "show_uri": "https://api.kexp.org/v2/shows/6348/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shiznit",
    "track_id": "ba209bef-21b5-4629-9029-36b0e127afc2",
    "recording_id": null,
    "artist": "Sly5thAve",
    "artist_ids": [],
    "album": "The Invisible Man: An Orchestral Tribute To Dr. Dre",
    "release_id": "1e3ea143-d598-4e2e-88a3-dd0e82cdbc77",
    "release_group_id": null,
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2017-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}