Information about plays

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

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

{
    "id": 3422540,
    "uri": "https://api.kexp.org/v2/plays/3422540/?format=api",
    "airdate": "2024-11-07T15:02:07-08:00",
    "show": 61788,
    "show_uri": "https://api.kexp.org/v2/shows/61788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Far From Yours",
    "track_id": null,
    "recording_id": "b65b9ff2-06a5-4853-8588-731293ac2f3a",
    "artist": "O.C. featuring Yvette Michele",
    "artist_ids": [
        "f804d8c0-bf16-4e15-92db-e3642d629f95",
        "ff023576-33a9-415a-b9d8-8fbbcc8cae4a"
    ],
    "album": "Jewelz",
    "release_id": null,
    "release_group_id": "e06c1a4f-621a-3ebf-a6eb-68afda6cf5e8",
    "labels": [
        "Payday Records"
    ],
    "label_ids": [
        "b7b491ec-5f6d-40a2-8e03-10c2471a4093"
    ],
    "release_date": "1997-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This terrific song sampled The Brothers Johnson's 1976 \"Tomorrow.\" It also sampled Eric B. & Rakim's \"For the Listeners.\"\n--\nMotorcycles, beaches, and Yvette Michele in a boat...see the video for \"Far From Yours\": https://www.youtube.com/watch?v=AiB8kl2TElY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}