Information about plays

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

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

{
    "id": 3414726,
    "uri": "https://api.kexp.org/v2/plays/3414726/?format=api",
    "airdate": "2024-10-19T15:35:41-07:00",
    "show": 61620,
    "show_uri": "https://api.kexp.org/v2/shows/61620/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slugs of Love",
    "track_id": "dac8bb84-6631-4dd2-a8e9-6405ef0e7545",
    "recording_id": "fc2d5eaa-45ce-4c49-9cd2-f50ae86a6382",
    "artist": "Little Dragon",
    "artist_ids": [
        "c8a9ae11-63bf-409b-8bf3-a96b3712a2ff"
    ],
    "album": "Slugs of Love",
    "release_id": "177896cb-8b5e-470d-915b-0d20fba47172",
    "release_group_id": "fee6a558-03c7-4a73-9f29-ecc0d7ba946b",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2023-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Little Dragon performed this track when they visited the KEXP studio in October, 2023, check it out here: https://youtu.be/VuvvZ6CiU6Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}