Information about plays

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

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

{
    "id": 532780,
    "uri": "https://api.kexp.org/v2/plays/532780/?format=api",
    "airdate": "2002-03-30T03:14:09-08:00",
    "show": 9224,
    "show_uri": "https://api.kexp.org/v2/shows/9224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Before I Die",
    "track_id": null,
    "recording_id": null,
    "artist": "Dusty 45's",
    "artist_ids": [
        "c865c750-d007-47d2-b9b9-0428bb303ef9"
    ],
    "album": "Live in the Leopard Lounge at KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self release"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}