Information about plays

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

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

{
    "id": 515466,
    "uri": "https://api.kexp.org/v2/plays/515466/?format=api",
    "airdate": "2002-02-07T22:43:00-08:00",
    "show": 8887,
    "show_uri": "https://api.kexp.org/v2/shows/8887/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Pastels / The Viaduct (On The Right Banke Of The River Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Kid Loco",
    "artist_ids": [
        "8027281d-79e4-4ddc-a8a7-6e6bf9254ad3"
    ],
    "album": "Jesus Life For Children Under 12 Inches (US Release)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Yellow"
    ],
    "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"
}