Information about plays

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

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

{
    "id": 435058,
    "uri": "https://api.kexp.org/v2/plays/435058/?format=api",
    "airdate": "2001-06-15T17:35:17-07:00",
    "show": 7321,
    "show_uri": "https://api.kexp.org/v2/shows/7321/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TYCd1u98L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TYCd1u98L._SL75_.jpg",
    "song": "Through the Ocean",
    "track_id": "75d1cf07-eea0-4996-b386-3d49dfa986df",
    "recording_id": null,
    "artist": "Nineteen Forty-Five",
    "artist_ids": [
        "4d734218-f590-496f-a067-5e8a57bdc84e"
    ],
    "album": "Together We'll Burn Like Autumn Leaves",
    "release_id": "db9c8213-0886-45af-820d-ab7c7f8dda44",
    "release_group_id": null,
    "labels": [
        "Daemon"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}