Information about plays

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

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

{
    "id": 456716,
    "uri": "https://api.kexp.org/v2/plays/456716/?format=api",
    "airdate": "2001-08-17T16:22:30-07:00",
    "show": 7732,
    "show_uri": "https://api.kexp.org/v2/shows/7732/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Savannah",
    "track_id": null,
    "recording_id": null,
    "artist": "(Various Artists) Ralph Myerz & The Jack Herren Band",
    "artist_ids": [],
    "album": "Wall of Sound Presents Telle",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Wall of Sound"
    ],
    "label_ids": [
        "1493293e-a9cf-485e-a7e3-78d726e4eb24"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}