Information about plays

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

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

{
    "id": 533504,
    "uri": "https://api.kexp.org/v2/plays/533504/?format=api",
    "airdate": "2002-04-01T10:51:49-08:00",
    "show": 9242,
    "show_uri": "https://api.kexp.org/v2/shows/9242/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61uc-cLvdsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61uc-cLvdsL._SL75_.jpg",
    "song": "Deseret",
    "track_id": "c4f87f8d-5a3a-4745-8d29-908d0fb7791e",
    "recording_id": null,
    "artist": "Versus",
    "artist_ids": [
        "ee7db106-6996-42a9-981d-b2d55a9b8366"
    ],
    "album": "The Stars Are Insane",
    "release_id": "23415eea-1ff2-47b3-8301-442d5e980e86",
    "release_group_id": null,
    "labels": [
        "Teenbeat"
    ],
    "label_ids": [
        "434783dd-2be4-42db-a320-c53cbee540bb"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}