Information about plays

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

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

{
    "id": 3428348,
    "uri": "https://api.kexp.org/v2/plays/3428348/?format=api",
    "airdate": "2024-11-21T17:41:08-08:00",
    "show": 61910,
    "show_uri": "https://api.kexp.org/v2/shows/61910/?format=api",
    "image_uri": "https://ia902909.us.archive.org/23/items/mbid-a38b1cb4-fca3-4212-ae02-66e7bc261a63/mbid-a38b1cb4-fca3-4212-ae02-66e7bc261a63-32228621316_thumb500.jpg",
    "thumbnail_uri": "https://ia902909.us.archive.org/23/items/mbid-a38b1cb4-fca3-4212-ae02-66e7bc261a63/mbid-a38b1cb4-fca3-4212-ae02-66e7bc261a63-32228621316_thumb250.jpg",
    "song": "Let's Do It Again",
    "track_id": "62153124-d3f8-4683-8c24-e2427e800abb",
    "recording_id": "28fad8ee-2b54-4f6a-b558-16eba5adacba",
    "artist": "Jamie xx",
    "artist_ids": [
        "d1515727-4a93-4c0d-88cb-d7a9fce01879"
    ],
    "album": "Let's Do It Again",
    "release_id": "a38b1cb4-fca3-4212-ae02-66e7bc261a63",
    "release_group_id": "42fd7fc7-feff-4339-a8c3-813c495e6852",
    "labels": [
        "Young"
    ],
    "label_ids": [
        "78cd137b-d2d4-4259-bf25-351d15e7de25"
    ],
    "release_date": "2022-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jamie xx is touring!\n\n-January 20th @ Pacific Coliseum in Vancouver, B.C.\n-January 21st @ WAMU Theater in Seattle\n-January 25th @ Cow Palace in San Francisco\n\nOther dates and venues here: https://www.jamiexx.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}