Information about plays

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

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

{
    "id": 381463,
    "uri": "https://api.kexp.org/v2/plays/381463/?format=api",
    "airdate": "2019-09-16T04:13:26-07:00",
    "show": 6351,
    "show_uri": "https://api.kexp.org/v2/shows/6351/?format=api",
    "image_uri": "http://coverartarchive.org/release/b636c814-b76e-48e0-a547-c02954bf8d19/1673779810-250.jpg",
    "thumbnail_uri": "",
    "song": "My Philosophy",
    "track_id": "697364c3-20c9-3ab7-ad1b-3bd4d8d6dbad",
    "recording_id": null,
    "artist": "Boogie Down Productions",
    "artist_ids": [
        "ff7466a5-c538-4d2b-8450-54f11b20f2f4"
    ],
    "album": "By All Means Necessary",
    "release_id": "b636c814-b76e-48e0-a547-c02954bf8d19",
    "release_group_id": null,
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}