Information about plays

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

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

{
    "id": 381811,
    "uri": "https://api.kexp.org/v2/plays/381811/?format=api",
    "airdate": "2019-09-17T02:49:36-07:00",
    "show": 6357,
    "show_uri": "https://api.kexp.org/v2/shows/6357/?format=api",
    "image_uri": "http://coverartarchive.org/release/2257d35c-f5a3-4ea2-901c-692b0a5e37fc/15731548932-250.jpg",
    "thumbnail_uri": "",
    "song": "All for One",
    "track_id": "bd9c0748-7bde-4b61-951d-646c9fd4233b",
    "recording_id": null,
    "artist": "Brand Nubian",
    "artist_ids": [
        "37da13d4-8bbc-41bb-9957-4d94de3d311e"
    ],
    "album": "One for All",
    "release_id": "2257d35c-f5a3-4ea2-901c-692b0a5e37fc",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1990-12-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "American hip-hop group from New York comprised of three emcees: Grand Puba, Sadat X, and Lord Jamar. Happy birthday, Lord Jamar! He is 51 today.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}