Information about plays

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

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

{
    "id": 1388022,
    "uri": "https://api.kexp.org/v2/plays/1388022/?format=api",
    "airdate": "2008-06-20T19:36:00-07:00",
    "show": 24228,
    "show_uri": "https://api.kexp.org/v2/shows/24228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flatfoot Sam",
    "track_id": "2eb54ed4-eaa7-4b7b-9f77-3132ace0238e",
    "recording_id": null,
    "artist": "Oscar \"TV Slim\" Wills",
    "artist_ids": [
        "7b682f84-4307-4b6e-9aa4-206ce00661f9"
    ],
    "album": "Blowing the Fuse: 31 R&B Classics That Rocked the Jukebox in 1957",
    "release_id": "4a06a0f6-421e-4c6c-88a2-54513d99de5e",
    "release_group_id": null,
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "2006-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}