Information about plays

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

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

{
    "id": 2683115,
    "uri": "https://api.kexp.org/v2/plays/2683115/?format=api",
    "airdate": "2020-01-07T04:44:00-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Rain (Supa Dupa Fly)",
    "track_id": "8b209f5c-9803-3183-9ed6-4c10645d5cd5",
    "recording_id": null,
    "artist": "Missy Elliott",
    "artist_ids": [
        "a0b8cb9e-7532-45fe-a74c-30e7c4009a39"
    ],
    "album": "Supa Dupa Fly",
    "release_id": "a2b29338-5ac1-4b1a-a90c-a5c944ef34cd",
    "release_group_id": null,
    "labels": [
        "EastWest Records America"
    ],
    "label_ids": [],
    "release_date": "1997-08-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Missy was the first female hip-hop artist inducted into the Songwriters Hall of Fame in 2019: https://thegrapevine.theroot.com/meet-missy-elliot-the-first-female-hip-hop-artist-indu-1831702395",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}