Information about plays

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

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

{
    "id": 459656,
    "uri": "https://api.kexp.org/v2/plays/459656/?format=api",
    "airdate": "2001-08-26T09:04:17-07:00",
    "show": 7796,
    "show_uri": "https://api.kexp.org/v2/shows/7796/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Feel So Good",
    "track_id": "5fbedc18-4c46-48b8-abdc-a308b08f89f1",
    "recording_id": null,
    "artist": "Muddy Waters",
    "artist_ids": [
        "f86f1f07-d182-45ce-ae93-ef610880ca72"
    ],
    "album": "Muddy Waters at Newport 1960",
    "release_id": "57a81b60-23df-42ca-9a8c-17bf0583f273",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}