Information about plays

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

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

{
    "id": 430932,
    "uri": "https://api.kexp.org/v2/plays/430932/?format=api",
    "airdate": "2001-06-03T15:00:00-07:00",
    "show": 7247,
    "show_uri": "https://api.kexp.org/v2/shows/7247/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41MD3RZ6QQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41MD3RZ6QQL._SL75_.jpg",
    "song": "Figaro",
    "track_id": "d9b2c403-ec42-49e8-8981-7c72624cdc6b",
    "recording_id": null,
    "artist": "Optiganally Yours",
    "artist_ids": [
        "07e1f5cd-b533-4c6f-8519-c95baa2c0330"
    ],
    "album": "Optiganally Yours Presents: Exclusively Talentmaker!",
    "release_id": "d62ab909-b3ad-4ab2-bdee-3567c2106567",
    "release_group_id": null,
    "labels": [
        "Absolutely Kosher Records"
    ],
    "label_ids": [
        "ab282a9a-6440-4e08-a7c5-64735a892f3e"
    ],
    "release_date": "2000-06-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}