Information about plays

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

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

{
    "id": 1273982,
    "uri": "https://api.kexp.org/v2/plays/1273982/?format=api",
    "airdate": "2007-09-01T11:04:00-07:00",
    "show": 22298,
    "show_uri": "https://api.kexp.org/v2/shows/22298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trouble Again",
    "track_id": "0df7387f-c58d-47ab-8e0f-20f2bbfb4191",
    "recording_id": null,
    "artist": "King Kong",
    "artist_ids": [
        "2a2dba29-7778-4fc8-a0ed-b2e1854ad2b5"
    ],
    "album": "The Revenge of King Jammy's Super Power Allstars, Volume 1 (disc 1: Jump Up & Wake Up)",
    "release_id": "0cb99207-edc8-4d86-be95-7145ff158ffd",
    "release_group_id": null,
    "labels": [
        "Massive+B"
    ],
    "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"
}