Information about plays

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

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

{
    "id": 2675948,
    "uri": "https://api.kexp.org/v2/plays/2675948/?format=api",
    "airdate": "2019-12-20T14:39:00-08:00",
    "show": 46176,
    "show_uri": "https://api.kexp.org/v2/shows/46176/?format=api",
    "image_uri": "https://coverartarchive.org/release/43a01517-cbf9-4693-b7f6-f24930e7a9c5/19078699246-250.jpg",
    "thumbnail_uri": "",
    "song": "Rhthm & Soul",
    "track_id": "ab2fc481-e0f2-3f52-83ae-c8b4d24546de",
    "recording_id": null,
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "Ga Ga Ga Ga Ga",
    "release_id": "43a01517-cbf9-4693-b7f6-f24930e7a9c5",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2007-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album's title is the former title for the song \"The Ghost of You Lingers,\" which was meant to sound like the song's staccato piano part.  The band changed the song's title, but decided to adopt the name \"Ga Ga Ga Ga Ga\" as the album title, with Britt Daniel calling it a \"great little Dadaist term.\"  https://bit.ly/2MgtEAe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}