Information about plays

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

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

{
    "id": 3411463,
    "uri": "https://api.kexp.org/v2/plays/3411463/?format=api",
    "airdate": "2024-10-11T23:07:56-07:00",
    "show": 61551,
    "show_uri": "https://api.kexp.org/v2/shows/61551/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mmhmm",
    "track_id": null,
    "recording_id": "cde11e83-7834-4dcf-9c6d-92610033abe7",
    "artist": "BigXthaPlug",
    "artist_ids": [
        "d25f6294-686a-4569-b1b9-fe64bfef2519"
    ],
    "album": "THE BIGGEST",
    "release_id": null,
    "release_group_id": "889ed9d6-6761-4250-a8ea-0c0b0c18bcb8",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "BigXthaPlug is featured on the 2024 XXL Magazine Freshman class.\n\nhttps://www.xxlmag.com/2024-xxl-freshman-class-revealed/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}