Information about plays

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

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

{
    "id": 424091,
    "uri": "https://api.kexp.org/v2/plays/424091/?format=api",
    "airdate": "2001-05-13T18:33:45-07:00",
    "show": 7112,
    "show_uri": "https://api.kexp.org/v2/shows/7112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Don't Live (U Abandoned Me)",
    "track_id": "32aa5975-9309-48ac-ab35-0dfbe3fe1585",
    "recording_id": null,
    "artist": "Gangsta Boo",
    "artist_ids": [
        "39964eb9-3bf1-42c2-9cd6-b14079aef98c"
    ],
    "album": "Both Worlds *69",
    "release_id": "36323c62-ff22-4ab2-af4f-4b9582a46eea",
    "release_group_id": null,
    "labels": [
        "Loud"
    ],
    "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"
}