Information about plays

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

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

{
    "id": 2678657,
    "uri": "https://api.kexp.org/v2/plays/2678657/?format=api",
    "airdate": "2019-12-27T04:58:35-08:00",
    "show": 46232,
    "show_uri": "https://api.kexp.org/v2/shows/46232/?format=api",
    "image_uri": "https://coverartarchive.org/release/701f7e81-1fa3-3653-bc5f-fe94e8c95235/2220655354-250.jpg",
    "thumbnail_uri": "",
    "song": "Que será",
    "track_id": "bff10b9d-e86e-35ba-8cb3-6045f9fa1a4c",
    "recording_id": null,
    "artist": "Wax Tailor",
    "artist_ids": [
        "c24b47a1-2f52-44f3-a3c6-374dca844731"
    ],
    "album": "Tales of the Forgotten Melodies",
    "release_id": "701f7e81-1fa3-3653-bc5f-fe94e8c95235",
    "release_group_id": null,
    "labels": [
        "Decon"
    ],
    "label_ids": [
        "336ab568-d2f2-430f-b0fa-07ab018f2eb0"
    ],
    "release_date": "2006-05-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}