Information about plays

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

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

{
    "id": 414925,
    "uri": "https://api.kexp.org/v2/plays/414925/?format=api",
    "airdate": "2001-04-13T08:00:00-07:00",
    "show": 6920,
    "show_uri": "https://api.kexp.org/v2/shows/6920/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kZaljvAtL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kZaljvAtL._SL75_.jpg",
    "song": "All World Cowboy Romance",
    "track_id": "38cc867f-5b9f-49f5-b779-af6c62a933fc",
    "recording_id": null,
    "artist": "Mission of Burma",
    "artist_ids": [
        "db9d25d7-a85b-4a29-b2ff-8f5b69ed691e"
    ],
    "album": "Mission of Burma",
    "release_id": "c35202fc-598d-404b-ab6e-5b8521c17528",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}