Information about plays

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

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

{
    "id": 1280401,
    "uri": "https://api.kexp.org/v2/plays/1280401/?format=api",
    "airdate": "2007-09-17T21:54:50-07:00",
    "show": 22409,
    "show_uri": "https://api.kexp.org/v2/shows/22409/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "49 Percent",
    "track_id": null,
    "recording_id": null,
    "artist": "Röyksopp",
    "artist_ids": [
        "1c70a3fc-fa3c-4be1-8b55-c3192db8a884"
    ],
    "album": "The Understanding",
    "release_id": "3a816335-4791-4598-ad09-9339d1f936fd",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2005-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}