Information about plays

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

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

{
    "id": 2674930,
    "uri": "https://api.kexp.org/v2/plays/2674930/?format=api",
    "airdate": "2019-12-18T14:19:21-08:00",
    "show": 46175,
    "show_uri": "https://api.kexp.org/v2/shows/46175/?format=api",
    "image_uri": "https://coverartarchive.org/release/a19027ed-e765-42e9-a8f3-9d715caf5ffb/23605196036-250.jpg",
    "thumbnail_uri": "",
    "song": "Gnarbone",
    "track_id": "ae774312-4800-42cd-98eb-d98718ee922f",
    "recording_id": null,
    "artist": "Penelope Isles",
    "artist_ids": [
        "4128f87a-cc9f-48b7-bb21-9c0804d362bf"
    ],
    "album": "Until the Tide Creeps In",
    "release_id": "a19027ed-e765-42e9-a8f3-9d715caf5ffb",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This debut album came out in July from the Brighton, UK band.  https://www.penelopeisles.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}