Information about plays

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

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

{
    "id": 381542,
    "uri": "https://api.kexp.org/v2/plays/381542/?format=api",
    "airdate": "2019-09-16T09:21:23-07:00",
    "show": 6352,
    "show_uri": "https://api.kexp.org/v2/shows/6352/?format=api",
    "image_uri": "http://coverartarchive.org/release/250f5e34-c820-4f13-8159-cf955d69e141/21282646815-250.jpg",
    "thumbnail_uri": "",
    "song": "Never Say Never",
    "track_id": "7e167bc7-88bb-3a78-b66e-bbf238f4ff50",
    "recording_id": null,
    "artist": "Romeo Void",
    "artist_ids": [
        "70693ef1-2d81-4b35-a483-bd78553db176"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 6",
    "release_id": "250f5e34-c820-4f13-8159-cf955d69e141",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Romeo Void is a San Francisco new wave/post punk band formed in 1979. An early MTV favorite, the music video for this song featured elements of film noir.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}