Information about plays

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

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

{
    "id": 420575,
    "uri": "https://api.kexp.org/v2/plays/420575/?format=api",
    "airdate": "2001-05-02T19:52:30-07:00",
    "show": 7037,
    "show_uri": "https://api.kexp.org/v2/shows/7037/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kandiyohi",
    "track_id": "ab9dcadd-69fa-4022-b687-1b043cab404c",
    "recording_id": null,
    "artist": "The Honeydogs",
    "artist_ids": [
        "8f8d4d6f-68d7-47b7-811d-372d3e389aeb"
    ],
    "album": "Everything, I Bet You",
    "release_id": "f2ba1ece-9912-4030-bd6c-40315b1d051b",
    "release_group_id": null,
    "labels": [
        "October"
    ],
    "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"
}