Information about plays

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

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

{
    "id": 3413735,
    "uri": "https://api.kexp.org/v2/plays/3413735/?format=api",
    "airdate": "2024-10-17T04:31:22-07:00",
    "show": 61596,
    "show_uri": "https://api.kexp.org/v2/shows/61596/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tomorrow Man",
    "track_id": "e64815c4-c1b8-4c4b-acfc-7531623e0ab8",
    "recording_id": "de9537de-f25e-4ef2-bfd7-cc0b49cf1c82",
    "artist": "Obongjayar",
    "artist_ids": [
        "9fef8897-8e04-455c-9ac4-cb4c0f855dc5"
    ],
    "album": "Just My Luck/Tomorrow Man",
    "release_id": "352fc2a0-cb60-41a8-8751-4662cb71a465",
    "release_group_id": "b742fd13-c5e7-4266-8ffa-406b420fdd55",
    "labels": [
        "September Recordings"
    ],
    "label_ids": [
        "e7099b24-bdbe-44f3-9388-13ef84eebaaf"
    ],
    "release_date": "2024-10-09",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new music from the Nigerian singer/songwriter!\n\nhttps://obongjay.ar/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}