Information about plays

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

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

{
    "id": 429667,
    "uri": "https://api.kexp.org/v2/plays/429667/?format=api",
    "airdate": "2001-05-30T16:35:17-07:00",
    "show": 7221,
    "show_uri": "https://api.kexp.org/v2/shows/7221/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/618ZYCPQ79L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/618ZYCPQ79L._SL75_.jpg",
    "song": "Simon (The Bird With the Candy Bar Head)",
    "track_id": null,
    "recording_id": null,
    "artist": "Elf Power",
    "artist_ids": [
        "a3c97561-1be9-47f9-a74e-5877b2b7c52c"
    ],
    "album": "A Dream in Sound",
    "release_id": "ccd6da00-b900-4365-93c0-a44d936225ac",
    "release_group_id": null,
    "labels": [
        "Arena Rock"
    ],
    "label_ids": [
        "a17b6df2-ee3d-44de-b9ac-e6cb9c67951b"
    ],
    "release_date": "1999-05-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}