Information about plays

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

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

{
    "id": 2680473,
    "uri": "https://api.kexp.org/v2/plays/2680473/?format=api",
    "airdate": "2019-12-31T16:54:30-08:00",
    "show": 46265,
    "show_uri": "https://api.kexp.org/v2/shows/46265/?format=api",
    "image_uri": "https://coverartarchive.org/release/7bc0246b-358c-46ed-acd6-e08e0b26dc4a/21282499463-250.jpg",
    "thumbnail_uri": "",
    "song": "I Ran (So Far Away)",
    "track_id": "8e541017-0453-3352-bfc3-b1546c0cbd76",
    "recording_id": null,
    "artist": "A Flock of Seagulls",
    "artist_ids": [
        "aaa436da-b331-4e58-a0fd-3d64d090c120"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 5",
    "release_id": "7bc0246b-358c-46ed-acd6-e08e0b26dc4a",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}