Information about plays

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

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

{
    "id": 3415815,
    "uri": "https://api.kexp.org/v2/plays/3415815/?format=api",
    "airdate": "2024-10-22T06:04:51-07:00",
    "show": 61642,
    "show_uri": "https://api.kexp.org/v2/shows/61642/?format=api",
    "image_uri": "https://ia801404.us.archive.org/4/items/mbid-c74dad83-bc1d-434d-bb9b-14cc9bc861ae/mbid-c74dad83-bc1d-434d-bb9b-14cc9bc861ae-34385625816_thumb500.jpg",
    "thumbnail_uri": "https://ia801404.us.archive.org/4/items/mbid-c74dad83-bc1d-434d-bb9b-14cc9bc861ae/mbid-c74dad83-bc1d-434d-bb9b-14cc9bc861ae-34385625816_thumb250.jpg",
    "song": "Come Out Strong",
    "track_id": "7e9f5cab-350c-4221-846b-4f9860cbac78",
    "recording_id": "e549c16d-2aae-4f63-863a-a1004d234a2f",
    "artist": "Plan B",
    "artist_ids": [
        "b5259712-3a01-4d11-b190-760c23339539"
    ],
    "album": "Like a Ship Sailing",
    "release_id": "c74dad83-bc1d-434d-bb9b-14cc9bc861ae",
    "release_group_id": "c4602603-79df-4b06-b86f-1c00ff036412",
    "labels": [
        "Luckyhorse Industries"
    ],
    "label_ids": [
        "02bd7596-aba5-4a0d-b3bb-b21080a3b656"
    ],
    "release_date": "2001-10-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 41st! Born OTD in 1981, English rapper, singer-songwriter, actor and film director, Plan B, (born Benjamin Paul Ballance-Drew). Plan B first emerged as a hip hop artist releasing his critically acclaimed debut album 'Who Needs Actions When You Got Words' in 2006.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}