Information about plays

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

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

{
    "id": 2678250,
    "uri": "https://api.kexp.org/v2/plays/2678250/?format=api",
    "airdate": "2019-12-26T04:43:15-08:00",
    "show": 46225,
    "show_uri": "https://api.kexp.org/v2/shows/46225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Up and Up",
    "track_id": null,
    "recording_id": null,
    "artist": "Peel Dream Magazine",
    "artist_ids": [],
    "album": "Up and Up",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Tough Love Records"
    ],
    "label_ids": [
        "dc93b00d-8b25-4168-a500-8ed5aa829492"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Total Stereolab vibes from NYC's Peel Dream Magazine - https://peeldreammagazine.bandcamp.com/album/up-and-up-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}