Information about plays

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

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

{
    "id": 2681458,
    "uri": "https://api.kexp.org/v2/plays/2681458/?format=api",
    "airdate": "2020-01-03T02:02:03-08:00",
    "show": 46281,
    "show_uri": "https://api.kexp.org/v2/shows/46281/?format=api",
    "image_uri": "https://coverartarchive.org/release/2c0359e4-ae71-3e43-a322-bc115d125538/5918542708-250.jpg",
    "thumbnail_uri": "",
    "song": "Riders on the Storm",
    "track_id": "2bdb7082-452e-3ae7-8e9b-3ee85d488a0a",
    "recording_id": null,
    "artist": "The Doors",
    "artist_ids": [
        "9efff43b-3b29-4082-824e-bc82f646f93d"
    ],
    "album": "L.A. Woman",
    "release_id": "2c0359e4-ae71-3e43-a322-bc115d125538",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2007-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}