Information about plays

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

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

{
    "id": 466865,
    "uri": "https://api.kexp.org/v2/plays/466865/?format=api",
    "airdate": "2001-09-16T20:50:46-07:00",
    "show": 7942,
    "show_uri": "https://api.kexp.org/v2/shows/7942/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Free!",
    "track_id": "c5aaf359-3e6a-4d4a-b9d0-2240d62f55e9",
    "recording_id": null,
    "artist": "Native Minds",
    "artist_ids": [
        "841386c3-089b-4a1f-8517-dec40f127081"
    ],
    "album": "Shadowbox",
    "release_id": "ae09c6b2-6db0-4b72-bf56-aa1980ab52bc",
    "release_group_id": null,
    "labels": [
        "Skunkrock"
    ],
    "label_ids": [
        "1c9fd7aa-9575-4c1c-bf2a-edc90ac32505"
    ],
    "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"
}