Information about plays

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

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

{
    "id": 368730,
    "uri": "https://api.kexp.org/v2/plays/368730/?format=api",
    "airdate": "2019-08-17T15:22:44-07:00",
    "show": 6145,
    "show_uri": "https://api.kexp.org/v2/shows/6145/?format=api",
    "image_uri": "http://coverartarchive.org/release/59b00037-c365-378a-b3d1-1ff39caa8870/18537638287-250.jpg",
    "thumbnail_uri": "",
    "song": "You Held the World in Your Arms",
    "track_id": "d81a5c18-5a1d-3b0d-a9d0-0637f559f5f4",
    "recording_id": null,
    "artist": "Idlewild",
    "artist_ids": [
        "64d62f45-e001-40a1-a055-c3545fcc14de"
    ],
    "album": "The Remote Part",
    "release_id": "59b00037-c365-378a-b3d1-1ff39caa8870",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2003-03-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Idlewild are a Scottish rock band formed in Edinburgh in 1995.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}