Information about plays

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

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

{
    "id": 2681753,
    "uri": "https://api.kexp.org/v2/plays/2681753/?format=api",
    "airdate": "2020-01-03T21:03:34-08:00",
    "show": 46286,
    "show_uri": "https://api.kexp.org/v2/shows/46286/?format=api",
    "image_uri": "https://coverartarchive.org/release/5d850f71-e51e-44be-96c8-51cc305f3596/2818803920-250.jpg",
    "thumbnail_uri": "",
    "song": "Swimming Pools (Drank) (extended version)",
    "track_id": "2e0df39b-09ce-39fe-9167-698d8a7fc57d",
    "recording_id": null,
    "artist": "Kendrick Lamar",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "good kid, m.A.A.d city",
    "release_id": "5d850f71-e51e-44be-96c8-51cc305f3596",
    "release_group_id": null,
    "labels": [
        "Aftermath Entertainment"
    ],
    "label_ids": [
        "c0629488-2aa2-4b46-9de8-decb27147444"
    ],
    "release_date": "2012-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}