Information about plays

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

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

{
    "id": 356222,
    "uri": "https://api.kexp.org/v2/plays/356222/?format=api",
    "airdate": "2019-07-18T22:26:30-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pray For Me",
    "track_id": "7878319e-5b5c-4220-9f11-617c6aed6b7a",
    "recording_id": null,
    "artist": "The Weeknd, Kendrick Lamar",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "Black Panther: The Album (music from and inspired by)",
    "release_id": "54384b41-9e78-49a7-8a10-383433bd1767",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-02-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Pray for Me\" is a song by Canadian singer The Weeknd and American rapper Kendrick Lamar from the soundtrack album of the Marvel Studios superhero film Black Panther. The song was released by Top Dawg Entertainment, Aftermath Entertainment, and Interscope Records on February 2, 2018, as the album's third single. It serves as the second overall collaboration between the two artists.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}