Information about plays

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

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

{
    "id": 2675452,
    "uri": "https://api.kexp.org/v2/plays/2675452/?format=api",
    "airdate": "2019-12-19T16:49:00-08:00",
    "show": 46181,
    "show_uri": "https://api.kexp.org/v2/shows/46181/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where the Action Is",
    "track_id": null,
    "recording_id": null,
    "artist": "The Waterboys",
    "artist_ids": [
        "21666405-49f8-44f6-94bb-e064f202f7ba"
    ],
    "album": "Where the Action Is",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cooking Vinyl"
    ],
    "label_ids": [],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Where the Action Is is the thirteenth studio album by The Waterboys, released by Cooking Vinyl on 24 May 2019.[1] It reached No. 21 on the UK Albums Chart and No. 3 on the UK Independent Albums Chart. The title track was inspired by the Robert Parker song \"Let's Go Baby\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}