Information about plays

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

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

{
    "id": 416234,
    "uri": "https://api.kexp.org/v2/plays/416234/?format=api",
    "airdate": "2001-04-19T02:56:40-07:00",
    "show": 6946,
    "show_uri": "https://api.kexp.org/v2/shows/6946/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31P0TT60Z3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31P0TT60Z3L._SL75_.jpg",
    "song": "I Was 17",
    "track_id": "5dcb5ba8-9425-4c4b-bbff-0b9c3a390697",
    "recording_id": null,
    "artist": "Starflyer 59",
    "artist_ids": [
        "250c38d6-0353-4c22-a371-f305d908573c"
    ],
    "album": "Easy Come Easy Go 1994-2000 (disc 2)",
    "release_id": "e10f9f7d-c3e5-4c39-8224-1da168be1b2f",
    "release_group_id": null,
    "labels": [
        "Tooth & Nail Records"
    ],
    "label_ids": [
        "7bed0e70-98c2-445e-a065-51280cbebd75"
    ],
    "release_date": "2000-12-05",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}