Information about plays

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

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

{
    "id": 378712,
    "uri": "https://api.kexp.org/v2/plays/378712/?format=api",
    "airdate": "2019-09-09T11:21:00-07:00",
    "show": 6305,
    "show_uri": "https://api.kexp.org/v2/shows/6305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey Baby (feat. Mos Def)",
    "track_id": "d2b59c2b-ba77-41d0-94d7-005cd74dd845",
    "recording_id": null,
    "artist": "Stephen Marley",
    "artist_ids": [
        "99298e13-87d6-4f0c-9334-d327d73f83c0"
    ],
    "album": "Mind Control",
    "release_id": "f2b30a80-0f89-4049-8dc3-4677147b85b3",
    "release_group_id": null,
    "labels": [
        "Universal Republic Records"
    ],
    "label_ids": [],
    "release_date": "2007-03-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1979, a seven-year-old Stephen started his musical career as part of the child band the Melody Makers alongside older siblings Ziggy, Sharon and Cedella - the children of Bob Marley and wife, Rita. <br><br> Read more here: https://bit.ly/2lF9Hsk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}