Information about plays

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

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

{
    "id": 2682292,
    "uri": "https://api.kexp.org/v2/plays/2682292/?format=api",
    "airdate": "2020-01-05T02:28:00-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Diamonds (feat. Gunna)",
    "track_id": null,
    "recording_id": null,
    "artist": "Young Thug",
    "artist_ids": [
        "800760de-bdf8-43a2-8fe0-44a2401a5515"
    ],
    "album": "So Much Fun (Deluxe Version)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Young Thug has been releasing music since 2011, but 2019 finally saw him drop his debut full length: 'So Much Fun.' The track you heard came from the deluxe edition released at the end of the year, featuring Gunna.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}