Information about plays

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

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

{
    "id": 430069,
    "uri": "https://api.kexp.org/v2/plays/430069/?format=api",
    "airdate": "2001-05-31T18:50:24-07:00",
    "show": 7228,
    "show_uri": "https://api.kexp.org/v2/shows/7228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Long Lonesome Highway",
    "track_id": "0e5abfd4-541d-4b27-803f-acaa6a0e33d1",
    "recording_id": null,
    "artist": "Dick Curless",
    "artist_ids": [
        "b49175c4-b049-4dfd-bd76-b840684de10d"
    ],
    "album": "Hard, Hard Traveling Man (disc 1)",
    "release_id": "2715ea54-f4c4-46af-b30f-99183b309127",
    "release_group_id": null,
    "labels": [
        "Capitol LP"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}