Information about plays

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

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

{
    "id": 2682906,
    "uri": "https://api.kexp.org/v2/plays/2682906/?format=api",
    "airdate": "2020-01-06T16:05:17-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "https://coverartarchive.org/release/f6b28d97-e37b-447c-86a5-77bf189d8e56/19041342852-250.jpg",
    "thumbnail_uri": "",
    "song": "All the Stars",
    "track_id": "600cb54e-9d84-4814-b05c-fadc15d2b951",
    "recording_id": null,
    "artist": "Kendrick Lamar & SZA",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "All the Stars",
    "release_id": "f6b28d97-e37b-447c-86a5-77bf189d8e56",
    "release_group_id": null,
    "labels": [
        "Top Dawg Entertainment"
    ],
    "label_ids": [
        "56d2501f-12b7-4cfd-b8f8-e95189ea27f5"
    ],
    "release_date": "2018-01-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the music video for this song: https://www.youtube.com/watch?v=JQbjS0_ZfJ0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}