Information about plays

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

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

{
    "id": 381527,
    "uri": "https://api.kexp.org/v2/plays/381527/?format=api",
    "airdate": "2019-09-16T08:24:00-07:00",
    "show": 6352,
    "show_uri": "https://api.kexp.org/v2/shows/6352/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Call",
    "track_id": "f120b8e6-145f-356c-bcd9-7f9e9c8049aa",
    "recording_id": null,
    "artist": "Brazilian Girls",
    "artist_ids": [
        "8b2350de-b682-4fe7-ad8f-4508d7b6c697"
    ],
    "album": "Talk to La Bomb",
    "release_id": "800d09c6-190d-40e6-b75d-d556bbfaa639",
    "release_group_id": null,
    "labels": [
        "Verve Forecast"
    ],
    "label_ids": [],
    "release_date": "2006-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was produced by Ric Ocasek of The Cars.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}