Information about plays

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

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

{
    "id": 1289380,
    "uri": "https://api.kexp.org/v2/plays/1289380/?format=api",
    "airdate": "2007-10-10T20:28:22-07:00",
    "show": 22561,
    "show_uri": "https://api.kexp.org/v2/shows/22561/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Honky Tonk, Parts 1 & 2",
    "track_id": "7e7b63f6-bcbd-4a36-a4a0-d1550c56aac3",
    "recording_id": null,
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Messing With the Blues (disc 2)",
    "release_id": "9dd9761c-fbb6-4c97-9fbe-adaa9668e8d4",
    "release_group_id": null,
    "labels": [
        "Universal Music Group"
    ],
    "label_ids": [
        "19d052fa-570a-4b17-9a3d-8f2f029b7b57"
    ],
    "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"
}