Information about plays

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

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

{
    "id": 2676263,
    "uri": "https://api.kexp.org/v2/plays/2676263/?format=api",
    "airdate": "2019-12-21T06:24:00-08:00",
    "show": 46192,
    "show_uri": "https://api.kexp.org/v2/shows/46192/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Turn Into",
    "track_id": "6c55e7cd-f7c5-3d7d-ba8e-513f08eef684",
    "recording_id": null,
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Show Your Bones",
    "release_id": "24e3729b-0bb0-40e2-ba1d-a6cf8d059043",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2006-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}