Information about plays

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

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

{
    "id": 374796,
    "uri": "https://api.kexp.org/v2/plays/374796/?format=api",
    "airdate": "2019-08-31T09:56:00-07:00",
    "show": 6238,
    "show_uri": "https://api.kexp.org/v2/shows/6238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bobby Bobylon",
    "track_id": "21071e3f-0218-3a23-9c57-5c4bb881240d",
    "recording_id": null,
    "artist": "Freddie McGregor",
    "artist_ids": [
        "7217d3fb-a04b-429d-abcf-a74265a93c73"
    ],
    "album": "Bobby Bobylon",
    "release_id": "4cf1955a-d00d-4a1b-923e-3d8ea3de187c",
    "release_group_id": null,
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is one of those classic sets that should be on everyone’s playlist; it is almost inevitably included when talk moves to the subject of classic reggae albums. Initially released in 1980, it was Freddie’s second album and the one that really established the reputation he enjoys right up until the present day.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}