Information about plays

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

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

{
    "id": 344080,
    "uri": "https://api.kexp.org/v2/plays/344080/?format=api",
    "airdate": "2019-06-20T18:56:00-07:00",
    "show": 5733,
    "show_uri": "https://api.kexp.org/v2/shows/5733/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Carry Me Across the Mountain",
    "track_id": "e15a3ddd-c728-3bdc-b2b9-a7577f002e3d",
    "recording_id": null,
    "artist": "Dan Tyminski",
    "artist_ids": [
        "8bc3f026-e781-43d7-98ca-8dae8d89b25a"
    ],
    "album": "Carry Me Across the Mountain",
    "release_id": "02ecc989-c746-41fb-b8a0-d27217cf36cc",
    "release_group_id": null,
    "labels": [
        "Doobie Shea"
    ],
    "label_ids": [],
    "release_date": "2000-06-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dan will be part of the 2020 Camayo cruise in February.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}