Information about plays

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

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

{
    "id": 488352,
    "uri": "https://api.kexp.org/v2/plays/488352/?format=api",
    "airdate": "2001-11-19T23:10:54-08:00",
    "show": 8360,
    "show_uri": "https://api.kexp.org/v2/shows/8360/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413YIfPc%2BUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413YIfPc%2BUL._SL75_.jpg",
    "song": "Being Right Is Being Strong",
    "track_id": "549c5f34-97d5-4891-b6f0-ae5a73317e9e",
    "recording_id": null,
    "artist": "Mucho Macho",
    "artist_ids": [
        "173dde5d-14bb-4136-80f5-d5a3c14cdc88"
    ],
    "album": "Death on Wild Onion Drive",
    "release_id": "fa28b9df-ae61-48ce-8f5a-678563dbd0e0",
    "release_group_id": null,
    "labels": [
        "Wiiija Records"
    ],
    "label_ids": [
        "fac1fc17-9057-49d2-8342-927fc3d554f2"
    ],
    "release_date": "2000-07-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}