Information about plays

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

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

{
    "id": 2676642,
    "uri": "https://api.kexp.org/v2/plays/2676642/?format=api",
    "airdate": "2019-12-22T05:23:48-08:00",
    "show": 46199,
    "show_uri": "https://api.kexp.org/v2/shows/46199/?format=api",
    "image_uri": "https://coverartarchive.org/release/a67aee18-cfed-456f-b652-37380b3ee611/24100576895-250.jpg",
    "thumbnail_uri": "",
    "song": "Stars",
    "track_id": "9cc81b16-4dcc-46ff-99f2-daa134b0b11d",
    "recording_id": null,
    "artist": "Jacques Greene",
    "artist_ids": [
        "a64a323b-4df9-48b5-a277-4cfc3f30a34f"
    ],
    "album": "Dawn Chorus",
    "release_id": "a67aee18-cfed-456f-b652-37380b3ee611",
    "release_group_id": null,
    "labels": [
        "LuckyMe"
    ],
    "label_ids": [
        "bd2e11b6-fa00-4616-848d-4e8a23cd63ff"
    ],
    "release_date": "2019-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Canadian musician Jacques Greene released his second studio album, 'Dawn Chorus' in October on LuckyMe.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}