Information about plays

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

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

{
    "id": 3422015,
    "uri": "https://api.kexp.org/v2/plays/3422015/?format=api",
    "airdate": "2024-11-06T07:04:25-08:00",
    "show": 61778,
    "show_uri": "https://api.kexp.org/v2/shows/61778/?format=api",
    "image_uri": "https://coverartarchive.org/release/e0580060-7d05-47e5-8443-37359d3d9ed5/3332228178-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e0580060-7d05-47e5-8443-37359d3d9ed5/3332228178-250.jpg",
    "song": "Protection",
    "track_id": null,
    "recording_id": "9e599661-19a1-4941-958b-5d66e0da5c79",
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Protection",
    "release_id": null,
    "release_group_id": "751030cb-44c8-3542-8e75-42b3e4f820fa",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1995-01-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "And I'll stand in front of you\nI'll take the force of the blow, protection",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}