Information about plays

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

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

{
    "id": 3421284,
    "uri": "https://api.kexp.org/v2/plays/3421284/?format=api",
    "airdate": "2024-11-04T10:33:33-08:00",
    "show": 61762,
    "show_uri": "https://api.kexp.org/v2/shows/61762/?format=api",
    "image_uri": "https://ia800602.us.archive.org/25/items/mbid-98f1a3a6-25e5-4df2-86c4-99cf053732be/mbid-98f1a3a6-25e5-4df2-86c4-99cf053732be-33366468612_thumb500.jpg",
    "thumbnail_uri": "https://ia600602.us.archive.org/25/items/mbid-98f1a3a6-25e5-4df2-86c4-99cf053732be/mbid-98f1a3a6-25e5-4df2-86c4-99cf053732be-33366468612_thumb250.jpg",
    "song": "Miki Dora",
    "track_id": "e27a209a-63ec-427d-be5f-fff47aec33f5",
    "recording_id": "d8f3dd85-0c54-429f-8794-6bc1048327d1",
    "artist": "Amen Dunes",
    "artist_ids": [
        "c926bc4a-97c9-4412-b56e-7e5844f09579"
    ],
    "album": "Freedom",
    "release_id": "98f1a3a6-25e5-4df2-86c4-99cf053732be",
    "release_group_id": "5b8d6b45-e0a2-4846-8ce3-1f2d9fc9340d",
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2018-03-30",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}