Information about plays

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

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

{
    "id": 493094,
    "uri": "https://api.kexp.org/v2/plays/493094/?format=api",
    "airdate": "2001-12-04T00:41:00-08:00",
    "show": 8454,
    "show_uri": "https://api.kexp.org/v2/shows/8454/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vYy2OLLfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vYy2OLLfL._SL75_.jpg",
    "song": "Bad Times (Cost Of Living)",
    "track_id": "a23d495d-8906-465c-8cd6-b6865ece8afa",
    "recording_id": null,
    "artist": "Sunnyland Slim",
    "artist_ids": [
        "25854cde-8c11-477b-8242-a86de1a4a003"
    ],
    "album": "House Rent Party",
    "release_id": "bec5fada-d295-4d33-988b-27da7e17593c",
    "release_group_id": null,
    "labels": [
        "Delmark"
    ],
    "label_ids": [
        "342dfc5a-eab6-46eb-81ad-08ec6faa84c6"
    ],
    "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"
}