Information about plays

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

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

{
    "id": 347154,
    "uri": "https://api.kexp.org/v2/plays/347154/?format=api",
    "airdate": "2019-06-27T21:00:02-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "http://coverartarchive.org/release/a045b740-574b-4ca9-a34d-f78795cd70eb/13955327904-250.jpg",
    "thumbnail_uri": "",
    "song": "Siguiendo la Luna",
    "track_id": "a645e311-814e-3828-a48d-8b5421a4eb33",
    "recording_id": null,
    "artist": "Los Fabulosos Cadillacs",
    "artist_ids": [
        "cfe85625-10af-46c1-99fb-765ed3a4f1ad"
    ],
    "album": "Vasos vacíos",
    "release_id": "a045b740-574b-4ca9-a34d-f78795cd70eb",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Los Fabulosos Cadillacs is an Argentine ska band from Buenos Aires. \nThe internationally renowned and versatile band, have been thrilling audiences with their eclectic mixture of rock, rap, ska, reggae, and traditional South American sounds for over ten years.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}