Information about plays

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

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

{
    "id": 1286217,
    "uri": "https://api.kexp.org/v2/plays/1286217/?format=api",
    "airdate": "2007-10-02T18:44:57-07:00",
    "show": 22506,
    "show_uri": "https://api.kexp.org/v2/shows/22506/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Superstar Pt. 7",
    "track_id": null,
    "recording_id": null,
    "artist": "Chicago Afrobeat Project",
    "artist_ids": [
        "69e96a0e-7cdb-4c97-bbff-44ce02b2f86a"
    ],
    "album": "(A) Move To Silent Unrest",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Project Blowed"
    ],
    "label_ids": [
        "16e3feec-8f18-4ef7-8042-90d0266148e5"
    ],
    "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"
}