Information about plays

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

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

{
    "id": 3413181,
    "uri": "https://api.kexp.org/v2/plays/3413181/?format=api",
    "airdate": "2024-10-16T00:50:27-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Three Piece Suit",
    "track_id": "5b0a4c79-6536-4999-85a0-49cdfec5a87f",
    "recording_id": "40032635-187a-4f67-a921-4853c6ec0f1f",
    "artist": "Kokoroko feat. Azekel",
    "artist_ids": [
        "4f8287c6-d4a2-4253-9ed4-25d0ef3916d4",
        "2650f0e7-3879-4b2c-8908-d025113cbece"
    ],
    "album": "Three Piece Suit",
    "release_id": "afdbb760-ca47-4795-a26f-c734d615042d",
    "release_group_id": "b2d12dea-4190-4f80-9e04-f16cc3dfa62a",
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [
        "6483a614-d00f-42b0-af39-a602b3ce5daa"
    ],
    "release_date": "2024-10-02",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New 'Get The Message' EP from UK group Kokoroko.\n\nhttps://kokoroko.bandcamp.com/album/get-the-message",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}