Information about plays

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

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

{
    "id": 1308699,
    "uri": "https://api.kexp.org/v2/plays/1308699/?format=api",
    "airdate": "2007-11-30T18:11:00-08:00",
    "show": 22890,
    "show_uri": "https://api.kexp.org/v2/shows/22890/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Why Don't You People Learn to Drive",
    "track_id": "882764e8-ce8c-4ea8-83e0-869898d3139d",
    "recording_id": null,
    "artist": "Gene Vincent",
    "artist_ids": [
        "f491f5ad-0946-40a6-bab9-da319c3f3995"
    ],
    "album": "The Gene Vincent Box Set (disc 4: Say Mama)",
    "release_id": "98a24938-ba62-4e6b-a027-94d87a41dc58",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}