Information about plays

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

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

{
    "id": 377219,
    "uri": "https://api.kexp.org/v2/plays/377219/?format=api",
    "airdate": "2019-09-05T22:17:00-07:00",
    "show": 6276,
    "show_uri": "https://api.kexp.org/v2/shows/6276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Want to Break Free",
    "track_id": "7f719e20-b93d-3b38-afae-f1f8891cb3ee",
    "recording_id": null,
    "artist": "Queen",
    "artist_ids": [
        "0383dadf-2a4e-4d10-a46a-e9e041da8eb3"
    ],
    "album": "The Works",
    "release_id": "bfc07699-4d70-41b3-8a77-4852654ed4a2",
    "release_group_id": null,
    "labels": [
        "Hollywood Records"
    ],
    "label_ids": [],
    "release_date": "1991-11-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Queen bass player John Deacon wrote this from the male perspective of the women's liberation movement. https://www.youtube.com/watch?list=SRqueen%20i%20want%20to%20break%20free&v=f4Mc-NYPHaQ FREDDIE MERCURY was born on this day 73 years ago.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}