Information about plays

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

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

{
    "id": 2677474,
    "uri": "https://api.kexp.org/v2/plays/2677474/?format=api",
    "airdate": "2019-12-24T08:08:00-08:00",
    "show": 46216,
    "show_uri": "https://api.kexp.org/v2/shows/46216/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Got The",
    "track_id": "c8cc74ba-0f4b-3e39-b843-e91fc5e06421",
    "recording_id": null,
    "artist": "Labi Siffre",
    "artist_ids": [
        "6838ca8e-da88-436c-a0fd-6d3a7e832f1f"
    ],
    "album": "Remember My Song",
    "release_id": "d2557a8f-3f74-42a5-8bd6-173baa8245f0",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know this song is sampled in \"My Name Is\" by Eminem? Check it out here: https://www.youtube.com/watch?v=sNPnbI1arSE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}