Information about plays

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

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

{
    "id": 1391599,
    "uri": "https://api.kexp.org/v2/plays/1391599/?format=api",
    "airdate": "2008-06-29T19:14:00-07:00",
    "show": 24289,
    "show_uri": "https://api.kexp.org/v2/shows/24289/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Good Stuff",
    "track_id": "9748dc2f-5f76-4fcb-ab22-b0df2a368e1a",
    "recording_id": null,
    "artist": "Jim Jones",
    "artist_ids": [
        "81148ae0-47e9-4830-ac97-8e69b6c71706"
    ],
    "album": "Wax Assassin II: Training Day",
    "release_id": "e8e5b0ca-fd9b-45ae-9f0d-c8c0b67a0565",
    "release_group_id": null,
    "labels": [
        "By the People for the People Recordings"
    ],
    "label_ids": [
        "3b638369-83ca-4e1a-a4ab-0310827ed4a9"
    ],
    "release_date": "2008-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}