Information about plays

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

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

{
    "id": 1233276,
    "uri": "https://api.kexp.org/v2/plays/1233276/?format=api",
    "airdate": "2007-05-19T22:36:33-07:00",
    "show": 21603,
    "show_uri": "https://api.kexp.org/v2/shows/21603/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teenage Lifestyle",
    "track_id": "f29fc914-53a2-40e6-b4bd-6a9e88791e57",
    "recording_id": null,
    "artist": "The Penetrators",
    "artist_ids": [
        "9a7682ca-f91e-4a7b-818b-b5791e44e6d1"
    ],
    "album": "Basement Anthology 1976-84",
    "release_id": "16159b1b-6e90-4457-af44-dd2ee50481ed",
    "release_group_id": null,
    "labels": [
        "Swami Records"
    ],
    "label_ids": [
        "d246b550-268a-4041-8fa0-4498eb3f582d"
    ],
    "release_date": "2005-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}