Information about plays

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

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

{
    "id": 466857,
    "uri": "https://api.kexp.org/v2/plays/466857/?format=api",
    "airdate": "2001-09-16T20:13:50-07:00",
    "show": 7942,
    "show_uri": "https://api.kexp.org/v2/shows/7942/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Twilight Voyage",
    "track_id": "2c9d2b6c-8360-419a-81c2-aed92869655a",
    "recording_id": null,
    "artist": "LTJ Bukem",
    "artist_ids": [
        "28c1b7b7-355a-48b1-b2c4-75b8eb8080ef"
    ],
    "album": "Mystical Realms EP (disc 1)",
    "release_id": "30a05345-3625-42f7-b0d6-e6bb1cd7818e",
    "release_group_id": null,
    "labels": [
        "Good Looking Records"
    ],
    "label_ids": [
        "07d73c0e-8519-468d-8d94-b967084f5cc1"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}