Information about plays

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

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

{
    "id": 2678358,
    "uri": "https://api.kexp.org/v2/plays/2678358/?format=api",
    "airdate": "2019-12-26T11:20:00-08:00",
    "show": 46227,
    "show_uri": "https://api.kexp.org/v2/shows/46227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's Love",
    "track_id": "93b071a2-83af-45d7-acf7-5674fab74456",
    "recording_id": null,
    "artist": "Jill Scott",
    "artist_ids": [
        "b1fb6a18-1626-4011-80fb-eaf83dfebcb6"
    ],
    "album": "Who Is Jill Scott? - Words and Sounds, Vol. 1",
    "release_id": "8d7d8c11-21cb-4de0-a3ac-036760c61688",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2000-07-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Love, love, love, love, love, love (say what?) <br> <br> Pitchfork revisits the 2000 debut of Jill Scott, a neo-soul chronicle that brought love and sex to the everywoman. Interesting read! https://bit.ly/35ZgXl1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}