Information about plays

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

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

{
    "id": 3414129,
    "uri": "https://api.kexp.org/v2/plays/3414129/?format=api",
    "airdate": "2024-10-18T03:13:50-07:00",
    "show": 61604,
    "show_uri": "https://api.kexp.org/v2/shows/61604/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tarkovski",
    "track_id": "b62d855b-460e-4a2b-86e6-c95b453e69c3",
    "recording_id": "cfdcbd66-0f33-414e-99c0-b68f1d8b6e9c",
    "artist": "BODEGA",
    "artist_ids": [
        "8a08d77c-d796-4546-8143-abca7ff9b62e"
    ],
    "album": "Our Brand Could Be Yr Life",
    "release_id": "5156fb0d-f6df-47a6-a74f-e9e8782b0854",
    "release_group_id": "fe3cbf35-dd01-43c6-ab09-9e544a40255f",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "2024-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On tour with GIFT in the UK right now ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}