Information about plays

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

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

{
    "id": 422992,
    "uri": "https://api.kexp.org/v2/plays/422992/?format=api",
    "airdate": "2001-05-10T05:56:15-07:00",
    "show": 7088,
    "show_uri": "https://api.kexp.org/v2/shows/7088/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21HXGR7R30L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21HXGR7R30L._SL75_.jpg",
    "song": "She is the Light",
    "track_id": null,
    "recording_id": null,
    "artist": "Flying Saucer Attack",
    "artist_ids": [
        "e40d316c-85f5-42b3-9034-5ecbc38e3285"
    ],
    "album": "Further",
    "release_id": "5206f926-be46-4611-8e9f-2adaf65f9c1d",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "1995-04-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}