Information about plays

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

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

{
    "id": 2674906,
    "uri": "https://api.kexp.org/v2/plays/2674906/?format=api",
    "airdate": "2019-12-18T12:58:53-08:00",
    "show": 46173,
    "show_uri": "https://api.kexp.org/v2/shows/46173/?format=api",
    "image_uri": "https://coverartarchive.org/release/b3d37069-ff8b-37bb-b745-20e4b7189bab/16602619521-250.jpg",
    "thumbnail_uri": "",
    "song": "Protection",
    "track_id": "a94671e2-1f5a-3d12-89ed-071758660e4f",
    "recording_id": null,
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Collected",
    "release_id": "b3d37069-ff8b-37bb-b745-20e4b7189bab",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2006-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}