Information about plays

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

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

{
    "id": 348681,
    "uri": "https://api.kexp.org/v2/plays/348681/?format=api",
    "airdate": "2019-07-01T15:34:16-07:00",
    "show": 5812,
    "show_uri": "https://api.kexp.org/v2/shows/5812/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Something’s Got to Give",
    "track_id": "f57e757d-ff7d-301f-8ccf-0f0a6722528c",
    "recording_id": null,
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Check Your Head",
    "release_id": "4cd29b10-b533-3ece-a551-23f95a03cbdf",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2009-04-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Third album from the Beastie Boys released April 21, 1992. The three members all play instruments on this album, as opposed to their more sample heavy previous albums.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}