Information about plays

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

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

{
    "id": 383074,
    "uri": "https://api.kexp.org/v2/plays/383074/?format=api",
    "airdate": "2019-09-19T18:02:00-07:00",
    "show": 6373,
    "show_uri": "https://api.kexp.org/v2/shows/6373/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’ve Got a Tiger by the Tail",
    "track_id": "5a7c337a-6a95-3bf7-95ff-c1e2aab44d62",
    "recording_id": null,
    "artist": "Buck Owens",
    "artist_ids": [
        "13cb0fb4-7f7f-4116-a282-905c675c39ef"
    ],
    "album": "I’ve Got a Tiger by the Tail",
    "release_id": "91cfa693-45c2-45b6-8d0f-708ca2d05f28",
    "release_group_id": null,
    "labels": [
        "Capitol"
    ],
    "label_ids": [],
    "release_date": "1965-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1965. Seattle's premier Buck Owens tribute band the Buckaroosters are performing tonight at the Little Red Hen!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}