Information about plays

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

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

{
    "id": 534854,
    "uri": "https://api.kexp.org/v2/plays/534854/?format=api",
    "airdate": "2002-04-05T07:07:25-08:00",
    "show": 9265,
    "show_uri": "https://api.kexp.org/v2/shows/9265/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HC7NFX24L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HC7NFX24L._SL75_.jpg",
    "song": "Hook in Her Head",
    "track_id": null,
    "recording_id": null,
    "artist": "Throwing Muses",
    "artist_ids": [
        "b1b9d5cc-7975-43e5-960e-670583da7bc8"
    ],
    "album": "The Real Ramona",
    "release_id": "6e5fe8df-c66c-412d-97d7-2ace0f9af571",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}