Information about plays

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

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

{
    "id": 374041,
    "uri": "https://api.kexp.org/v2/plays/374041/?format=api",
    "airdate": "2019-08-29T15:26:30-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's Love",
    "track_id": "19a8fd15-93c6-3701-b738-fa1d9967669a",
    "recording_id": null,
    "artist": "Jill Scott",
    "artist_ids": [
        "b1fb6a18-1626-4011-80fb-eaf83dfebcb6"
    ],
    "album": "Who Is Jill Scott? Words and Sounds, Volume 1",
    "release_id": "19876cc6-0d9b-4d7f-a516-ea5f50fac42e",
    "release_group_id": null,
    "labels": [
        "Hidden Beach Recordings"
    ],
    "label_ids": [
        "6cdeb6a0-f918-4f60-ba43-a85d0bb6a563"
    ],
    "release_date": "2000-07-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another feature from Barack Obama's summer 2019 playlist. Jill Scott is an American singer-songwriter, model, poet and actress. Her 2000 debut, Who Is Jill Scott? Words and Sounds Vol. 1, went platinum, and the follow-ups Beautifully Human: Words and Sounds Vol. 2 and The Real Thing: Words and Sounds Vol. 3 both achieved gold status.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}