Information about plays

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

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

{
    "id": 1257648,
    "uri": "https://api.kexp.org/v2/plays/1257648/?format=api",
    "airdate": "2007-07-22T05:05:26-07:00",
    "show": 22023,
    "show_uri": "https://api.kexp.org/v2/shows/22023/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Irrisistible Bitch",
    "track_id": null,
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "The Hits/The B-Sides (disc 3: The B-Sides)",
    "release_id": "8ad53308-6307-4366-b589-6f97af7ba2aa",
    "release_group_id": null,
    "labels": [
        "Paisley Park"
    ],
    "label_ids": [
        "df9ba4e5-6933-4729-a210-19510b393cdf"
    ],
    "release_date": "1993-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}