Information about plays

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

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

{
    "id": 378228,
    "uri": "https://api.kexp.org/v2/plays/378228/?format=api",
    "airdate": "2019-09-08T05:36:00-07:00",
    "show": 6295,
    "show_uri": "https://api.kexp.org/v2/shows/6295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bring the Pain",
    "track_id": "7a00d0d1-a65f-38f5-a45c-861d862c615f",
    "recording_id": null,
    "artist": "Method Man",
    "artist_ids": [
        "94dbfe2e-ca48-4e08-a5a8-e1e74136c63d"
    ],
    "album": "Tical",
    "release_id": "8b84c4ad-4ca9-3d47-a3ba-bed76c56b04e",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [],
    "release_date": "2000-07-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jerry Butler is sampled on this Method Man track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}