Information about plays

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

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

{
    "id": 414878,
    "uri": "https://api.kexp.org/v2/plays/414878/?format=api",
    "airdate": "2001-04-12T20:00:00-07:00",
    "show": 6919,
    "show_uri": "https://api.kexp.org/v2/shows/6919/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Something He'll Have to Learn",
    "track_id": null,
    "recording_id": null,
    "artist": "Johnny Paycheck",
    "artist_ids": [
        "fae7b17e-03e9-44ea-9734-f4ed92246f9f"
    ],
    "album": "At Carnegie Hall LP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Little Darlin'"
    ],
    "label_ids": [
        "1f583d21-30e8-4940-a638-1dac068c932c"
    ],
    "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"
}