Information about plays

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

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

{
    "id": 3413396,
    "uri": "https://api.kexp.org/v2/plays/3413396/?format=api",
    "airdate": "2024-10-16T11:17:04-07:00",
    "show": 61591,
    "show_uri": "https://api.kexp.org/v2/shows/61591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rat Fight",
    "track_id": "e13a0861-4d8b-4541-9648-1cfeeca379fa",
    "recording_id": "9f95b113-ff8b-44b7-9475-fce2204bc3e5",
    "artist": "mega cat",
    "artist_ids": [
        "0f1aa02b-e677-4421-abfa-c5fd005de9d5"
    ],
    "album": "Mega Cat",
    "release_id": "58ca0345-c929-4a51-8048-83169f9cd2e5",
    "release_group_id": "d55074e7-9b07-4ab9-8d49-ad2c067660e1",
    "labels": [
        "Share It Music"
    ],
    "label_ids": [
        "019f6f42-4804-4cd4-bdc5-9388c416c7c4"
    ],
    "release_date": "2024-02-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle band mega cat!\nRat Fight was chosen as a KEXP Song of the Day by DJ Kevin Cole! You can download it for free here: https://www.kexp.org/podcasts/song-of-the-day/2024/3/22/mega-cat-rat-fight/\nYou can watch mega cat perform at an in studio session with KEXP on our Youtube channel, here:\nhttps://www.youtube.com/watch?v=hbU5SWjvEhk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}