Information about plays

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

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

{
    "id": 517844,
    "uri": "https://api.kexp.org/v2/plays/517844/?format=api",
    "airdate": "2002-02-14T17:54:00-08:00",
    "show": 8932,
    "show_uri": "https://api.kexp.org/v2/shows/8932/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Hurts",
    "track_id": "7601eb77-4e20-4503-8ed5-725a706499cb",
    "recording_id": null,
    "artist": "Roy Orbison",
    "artist_ids": [
        "0bbbc496-c7b5-4b3f-bb6d-bd312827d6e5"
    ],
    "album": "Country's Greatest Hits (disc 1)",
    "release_id": "88ccc52d-a8ac-4c0b-ae72-91583b754974",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "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"
}