Information about plays

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

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

{
    "id": 419518,
    "uri": "https://api.kexp.org/v2/plays/419518/?format=api",
    "airdate": "2001-04-29T19:44:12-07:00",
    "show": 7014,
    "show_uri": "https://api.kexp.org/v2/shows/7014/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ballad of a Menace",
    "track_id": "63c314f3-cbe3-4ad0-9833-1249706fe7eb",
    "recording_id": null,
    "artist": "C.P.O.",
    "artist_ids": [
        "f1843fb6-539f-4030-afe8-0c2de124be27"
    ],
    "album": "To Hell and Black",
    "release_id": "7b28528a-478c-4549-b4b3-d399480aacbb",
    "release_group_id": null,
    "labels": [
        "Capitol"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "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"
}