Information about plays

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

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

{
    "id": 376723,
    "uri": "https://api.kexp.org/v2/plays/376723/?format=api",
    "airdate": "2019-09-04T21:11:47-07:00",
    "show": 6270,
    "show_uri": "https://api.kexp.org/v2/shows/6270/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Popular Mechanics for Lovers",
    "track_id": "cf0f29be-fe3d-3ef1-b6ca-c79443b5755c",
    "recording_id": null,
    "artist": "Beulah",
    "artist_ids": [
        "e9aca1a3-836a-4e5e-b8d4-56d20c60af5f"
    ],
    "album": "The Coast Is Never Clear",
    "release_id": "2d895e77-c69a-3832-9149-a0dfcef856e8",
    "release_group_id": null,
    "labels": [
        "Shifty Disco"
    ],
    "label_ids": [
        "17141096-ad9f-4917-9769-2b547c1522fb"
    ],
    "release_date": "2001-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}