Information about plays

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

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

{
    "id": 354343,
    "uri": "https://api.kexp.org/v2/plays/354343/?format=api",
    "airdate": "2019-07-14T15:38:15-07:00",
    "show": 5907,
    "show_uri": "https://api.kexp.org/v2/shows/5907/?format=api",
    "image_uri": "http://coverartarchive.org/release/11411c54-c40a-3816-91a3-736fcef82262/15529015131-250.jpg",
    "thumbnail_uri": "",
    "song": "Song for the Man",
    "track_id": "37255732-05ee-3fd4-b64b-cd87ce9e68a7",
    "recording_id": null,
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Hello Nasty",
    "release_id": "11411c54-c40a-3816-91a3-736fcef82262",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1998-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beastie Boys started as a hardcore punk band",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}