Information about plays

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

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

{
    "id": 432653,
    "uri": "https://api.kexp.org/v2/plays/432653/?format=api",
    "airdate": "2001-06-08T14:30:00-07:00",
    "show": 7277,
    "show_uri": "https://api.kexp.org/v2/shows/7277/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RRfc8kiNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RRfc8kiNL._SL75_.jpg",
    "song": "The Funderlying Undermentals",
    "track_id": "4bdbb3fb-b24d-44e3-be05-6500e65c4f0b",
    "recording_id": null,
    "artist": "Keziah Jones",
    "artist_ids": [
        "754932cb-a3df-43c5-99ab-c1a69190e4bc"
    ],
    "album": "Blufunk Is a Fact!",
    "release_id": "76f7d6e8-7ff5-4ab2-8ee9-648dd74168b0",
    "release_group_id": null,
    "labels": [
        "Delabel"
    ],
    "label_ids": [
        "965f4b01-739b-47b7-b33a-2b3f7ce74bc8"
    ],
    "release_date": "1992-03-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}