Information about plays

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

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

{
    "id": 426954,
    "uri": "https://api.kexp.org/v2/plays/426954/?format=api",
    "airdate": "2001-05-22T15:49:24-07:00",
    "show": 7169,
    "show_uri": "https://api.kexp.org/v2/shows/7169/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lover's Paradise",
    "track_id": null,
    "recording_id": null,
    "artist": "Bollywood Breaks",
    "artist_ids": [
        "680598d3-f985-47b9-a6e8-7c4fd9ddee56"
    ],
    "album": "Bollywood Breaks Sampler",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Outcaste"
    ],
    "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"
}