Information about plays

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

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

{
    "id": 378923,
    "uri": "https://api.kexp.org/v2/plays/378923/?format=api",
    "airdate": "2019-09-10T00:38:36-07:00",
    "show": 6308,
    "show_uri": "https://api.kexp.org/v2/shows/6308/?format=api",
    "image_uri": "http://coverartarchive.org/release/5bb38e3d-fddb-42cf-8917-454979e5b141/16588675134-250.jpg",
    "thumbnail_uri": "",
    "song": "Journey to Satchidananda",
    "track_id": "bf15acef-a53b-42cc-8bbf-5a51b4c71428",
    "recording_id": null,
    "artist": "Alice Coltrane",
    "artist_ids": [
        "d24fc285-7b2f-47da-8ac5-4070b08570b1"
    ],
    "album": "The Ecstatic Music of Alice Coltrane Turiyasangitananda",
    "release_id": "5bb38e3d-fddb-42cf-8917-454979e5b141",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "2017-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}