Information about plays

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

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

{
    "id": 347198,
    "uri": "https://api.kexp.org/v2/plays/347198/?format=api",
    "airdate": "2019-06-27T23:21:00-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "White Rabbit (mono single version)",
    "track_id": "720f9af8-7f31-4339-9c7a-493382c82554",
    "recording_id": null,
    "artist": "Jefferson Airplane",
    "artist_ids": [
        "39c2a93d-9afa-4a22-9bba-c087ab056e1c"
    ],
    "album": "Surrealistic Pillow",
    "release_id": "9668defc-b9f3-4594-8b34-d734897e0697",
    "release_group_id": null,
    "labels": [
        "BMG Heritage"
    ],
    "label_ids": [],
    "release_date": "2003-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The vocals don't come in until 28 seconds into this song, but once they do, they don't abate until the song is finished there is no guitar solo or other break.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}