Information about plays

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

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

{
    "id": 429244,
    "uri": "https://api.kexp.org/v2/plays/429244/?format=api",
    "airdate": "2001-05-29T11:48:45-07:00",
    "show": 7214,
    "show_uri": "https://api.kexp.org/v2/shows/7214/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31Z71JQFT3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31Z71JQFT3L._SL75_.jpg",
    "song": "The Abandoned Castle Of My Soul",
    "track_id": null,
    "recording_id": null,
    "artist": "The Gothic Archies",
    "artist_ids": [
        "8008b8a9-858b-4df2-b645-6d7983556485"
    ],
    "album": "The New Despair",
    "release_id": "1c93bf8f-bc7a-4080-be87-9a6df2941834",
    "release_group_id": null,
    "labels": [
        "Merge"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}