Information about plays

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

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

{
    "id": 433311,
    "uri": "https://api.kexp.org/v2/plays/433311/?format=api",
    "airdate": "2001-06-10T17:23:20-07:00",
    "show": 7289,
    "show_uri": "https://api.kexp.org/v2/shows/7289/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rT6dIKnVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rT6dIKnVL._SL75_.jpg",
    "song": "Horses",
    "track_id": "05ae8103-464c-49a6-acd0-ef29690ebf99",
    "recording_id": null,
    "artist": "Mayo Thompson",
    "artist_ids": [
        "b463f760-e381-462a-b060-78606b78e5e1"
    ],
    "album": "Corky's Debt to His Father",
    "release_id": "1dfcb6e6-4a1d-4e56-afd1-a8b40b21b13f",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "1994-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}