Information about plays

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

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

{
    "id": 520352,
    "uri": "https://api.kexp.org/v2/plays/520352/?format=api",
    "airdate": "2002-02-22T01:50:00-08:00",
    "show": 8980,
    "show_uri": "https://api.kexp.org/v2/shows/8980/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HY5HNGTKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HY5HNGTKL._SL75_.jpg",
    "song": "Majestic West",
    "track_id": "32a03546-6590-4a24-a0c7-76ed745eab75",
    "recording_id": null,
    "artist": "Bill Brovold",
    "artist_ids": [
        "6287383e-aa15-4721-87ee-7b00ee126faf"
    ],
    "album": "Childish Delusions",
    "release_id": "209c358f-298f-4ac6-9066-28992d6cf6a3",
    "release_group_id": null,
    "labels": [
        "Tzadik"
    ],
    "label_ids": [
        "6ba6207e-a68e-43c9-bebf-6d4d9cae5773"
    ],
    "release_date": "2000-05-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}