Information about plays

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

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

{
    "id": 351060,
    "uri": "https://api.kexp.org/v2/plays/351060/?format=api",
    "airdate": "2019-07-06T23:42:52-07:00",
    "show": 5849,
    "show_uri": "https://api.kexp.org/v2/shows/5849/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m So Bored With the U.S.A.",
    "track_id": "6e370925-5af0-4b43-b616-35899f10c5a1",
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "The Clash",
    "release_id": "dc940814-4c42-4b89-a5a8-1cbee5c0bfcf",
    "release_group_id": null,
    "labels": [
        "Epic Records International"
    ],
    "label_ids": [
        "29cb2e83-ecf8-4ff5-a411-9acfca9c32fb"
    ],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}