Information about plays

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

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

{
    "id": 3421888,
    "uri": "https://api.kexp.org/v2/plays/3421888/?format=api",
    "airdate": "2024-11-05T23:21:32-08:00",
    "show": 61775,
    "show_uri": "https://api.kexp.org/v2/shows/61775/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Catch Me",
    "track_id": "f0cf8f18-6a3b-4d21-a9b4-5a95ea156d5b",
    "recording_id": "139442ea-7099-46c1-abf4-e6e41f85b942",
    "artist": "Flying Mojito Bros feat. Will Worden",
    "artist_ids": [
        "3a305f76-a00b-4268-8a23-b624cf551c19",
        "569d571e-8660-4354-91a2-dd87a693c126"
    ],
    "album": "Catch Me",
    "release_id": "ae5fbe32-7ad4-450f-9045-eabdbda9e576",
    "release_group_id": "05a489f1-0afa-4891-acf7-5ad2ce0e21b9",
    "labels": [
        "Ubiquity Recordings, Inc."
    ],
    "label_ids": [
        "6c55052a-ebdb-4695-94f0-c32dfe51407a"
    ],
    "release_date": "2024-10-11",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new from Flying Mojito Bros!\n\nFlying Mojito Bros are the London duo of  producer/musician Ben Chetwood and DJ/digger Jack Sellen. https://flyingmojitobros.bandcamp.com/album/catch-me",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}