Information about plays

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

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

{
    "id": 3429460,
    "uri": "https://api.kexp.org/v2/plays/3429460/?format=api",
    "airdate": "2024-11-24T10:53:26-08:00",
    "show": 61934,
    "show_uri": "https://api.kexp.org/v2/shows/61934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stack-A-Lee, Part 1",
    "track_id": null,
    "recording_id": "8514a57d-1fa0-4089-8ccb-a8a9ea7742cb",
    "artist": "Archibald",
    "artist_ids": [
        "4e909d1b-78f2-4638-94bf-118b5104e486"
    ],
    "album": "The Complete New Orleans Sessions 1950-1952",
    "release_id": null,
    "release_group_id": "e4298c96-500d-4f99-a1db-d37b89ead141",
    "labels": [
        "Krazy Kat"
    ],
    "label_ids": [
        "bd8845ff-0af8-4a0b-90ac-33db962f7c61"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John Leon Gross known as Archibald had a hit with this song in 1950, reaching No. 10 on the R&B Billboard chart, making it the biggest hit of all the recorded versions at the time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}