Information about plays

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

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

{
    "id": 2683113,
    "uri": "https://api.kexp.org/v2/plays/2683113/?format=api",
    "airdate": "2020-01-07T04:37:18-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Day at the Races",
    "track_id": "006ae7eb-4f48-41ce-a3ba-fc841bb20650",
    "recording_id": null,
    "artist": "Jurassic 5 feat. Percee P & Big Daddy Kane",
    "artist_ids": [
        "8e75d270-4d53-4a4a-bc14-e3ace37ebd4e"
    ],
    "album": "Power in Numbers",
    "release_id": "a902c830-2aa9-4576-8ed2-06c5eb62eb59",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2002-10-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read more about Jurassic 5 on the KEXP blog: https://www.kexp.org/read/2018/11/5/chali-2na-dives-early-beginnings-jurassic-5-and-finding-his-voice/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}