Information about plays

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

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

{
    "id": 1363489,
    "uri": "https://api.kexp.org/v2/plays/1363489/?format=api",
    "airdate": "2008-04-18T01:24:59-07:00",
    "show": 23808,
    "show_uri": "https://api.kexp.org/v2/shows/23808/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Next of Kin",
    "track_id": "c260c307-1c66-48dc-9496-61fdfeefa274",
    "recording_id": null,
    "artist": "Surkin",
    "artist_ids": [
        "a555a773-c6a9-456b-a33c-6d4da9bce18d"
    ],
    "album": "Next of Kin EP",
    "release_id": "6ae38486-afd2-4125-98a8-36f2e7dd50bd",
    "release_group_id": null,
    "labels": [
        "Institubes"
    ],
    "label_ids": [
        "3db50309-35d8-4dcd-87d9-ee0fa7495e60"
    ],
    "release_date": "2008-04-07",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}