Information about plays

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

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

{
    "id": 2681474,
    "uri": "https://api.kexp.org/v2/plays/2681474/?format=api",
    "airdate": "2020-01-03T03:02:41-08:00",
    "show": 46281,
    "show_uri": "https://api.kexp.org/v2/shows/46281/?format=api",
    "image_uri": "https://coverartarchive.org/release/8d9e290e-1001-4616-9de2-67fa69bfc9cd/13761995776-250.jpg",
    "thumbnail_uri": "",
    "song": "Seventeen",
    "track_id": "1bf0ab13-e855-366c-838a-3f791eb71cc2",
    "recording_id": null,
    "artist": "Ladytron",
    "artist_ids": [
        "b45335d1-5219-4262-a44d-936aa36eeaed"
    ],
    "album": "Light & Magic",
    "release_id": "8d9e290e-1001-4616-9de2-67fa69bfc9cd",
    "release_group_id": null,
    "labels": [
        "Emperor Norton"
    ],
    "label_ids": [
        "9066eb2b-916d-481b-9d25-46c43c6131ef"
    ],
    "release_date": "2002-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}