Information about plays

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

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

{
    "id": 433906,
    "uri": "https://api.kexp.org/v2/plays/433906/?format=api",
    "airdate": "2001-06-12T13:03:20-07:00",
    "show": 7302,
    "show_uri": "https://api.kexp.org/v2/shows/7302/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Daily Bread",
    "track_id": "07daa655-6fe6-4bc1-9f9e-4dad82c68eb4",
    "recording_id": null,
    "artist": "Dancing French Liberals of '48",
    "artist_ids": [
        "667436ab-09d2-46e0-8669-266243dd3b93"
    ],
    "album": "Powerline",
    "release_id": "b18860b4-9095-4ae4-aaf4-9618a10cc85a",
    "release_group_id": null,
    "labels": [
        "Revenge"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}