Information about plays

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

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

{
    "id": 490091,
    "uri": "https://api.kexp.org/v2/plays/490091/?format=api",
    "airdate": "2001-11-25T00:00:00-08:00",
    "show": 8394,
    "show_uri": "https://api.kexp.org/v2/shows/8394/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413VJGZFN1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413VJGZFN1L._SL75_.jpg",
    "song": "Durgen Chugaa (Tongue Twisters)",
    "track_id": "94da3661-37ae-419a-80ea-34ea495ce56d",
    "recording_id": null,
    "artist": "Shu-De",
    "artist_ids": [
        "cc3fb347-3fc2-4e11-8cb6-2701ab72368f"
    ],
    "album": "Voices from the Distant Steppe",
    "release_id": "d672b9ba-0c8f-4991-a776-a5ad5be84672",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}