Information about plays

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

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

{
    "id": 428298,
    "uri": "https://api.kexp.org/v2/plays/428298/?format=api",
    "airdate": "2001-05-26T10:56:50-07:00",
    "show": 7193,
    "show_uri": "https://api.kexp.org/v2/shows/7193/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hurry Come Up Deejays",
    "track_id": "54e9c0b4-1b8e-4cb2-95fe-6e5317264d3a",
    "recording_id": null,
    "artist": "Tony Rebel",
    "artist_ids": [
        "bda1493d-a316-4dfd-871f-a600aa795a55"
    ],
    "album": "Tony Rebel Meets Garnett Silk in a Dancehall Conference",
    "release_id": "dd806834-2b0a-41ce-93cc-c409368c9b49",
    "release_group_id": null,
    "labels": [
        "Heartbeat"
    ],
    "label_ids": [
        "bb7e051c-73b5-47c5-8cc9-254f6d8523d7"
    ],
    "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"
}