Information about plays

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

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

{
    "id": 2676938,
    "uri": "https://api.kexp.org/v2/plays/2676938/?format=api",
    "airdate": "2019-12-23T00:28:00-08:00",
    "show": 46207,
    "show_uri": "https://api.kexp.org/v2/shows/46207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Journey to Satchidananda",
    "track_id": "fc50785c-f7a1-46de-a931-15079f627348",
    "recording_id": null,
    "artist": "Alice Coltrane",
    "artist_ids": [
        "d24fc285-7b2f-47da-8ac5-4070b08570b1"
    ],
    "album": "The Ecstatic Music of Alice Coltrane Turiyasangitananda",
    "release_id": "8141c5b5-a7bb-4f8d-a5a9-57b497a94c0c",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "2017-05-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}