Information about plays

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

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

{
    "id": 379643,
    "uri": "https://api.kexp.org/v2/plays/379643/?format=api",
    "airdate": "2019-09-11T18:17:00-07:00",
    "show": 6320,
    "show_uri": "https://api.kexp.org/v2/shows/6320/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hit Or Miss",
    "track_id": null,
    "recording_id": null,
    "artist": "Odetta",
    "artist_ids": [
        "e81906c6-cba2-44ec-9e39-29737754d809"
    ],
    "album": "Odetta Sings",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Jimmy Johnson, Muscle Shoals legend. https://www.rollingstone.com/music/music-news/jimmy-johnson-obituary-880678/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}