Information about plays

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

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

{
    "id": 2682305,
    "uri": "https://api.kexp.org/v2/plays/2682305/?format=api",
    "airdate": "2020-01-05T03:15:38-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "https://coverartarchive.org/release/0734e729-90f4-4047-8237-60af1c61cc95/19119011290-250.jpg",
    "thumbnail_uri": "",
    "song": "The Appetite",
    "track_id": "f3b2cf0d-59a4-4107-80ae-0ef9c7cd1840",
    "recording_id": null,
    "artist": "Dabrye feat. Roc Marciano, Quelle Chris & Danny Brown",
    "artist_ids": [
        "b2f60e78-7dca-4cb3-bc55-c62580be8010"
    ],
    "album": "Three/Three",
    "release_id": "0734e729-90f4-4047-8237-60af1c61cc95",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-02-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From his 2018 album 'Three/Three,' Anne Arbor artist, Dabrye brings together Long Island's Roc Marciano, and Detroit artists Quelle Chris, and Danny Brown on the track 'The Appetite.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}