Information about plays

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

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

{
    "id": 3428718,
    "uri": "https://api.kexp.org/v2/plays/3428718/?format=api",
    "airdate": "2024-11-22T14:58:48-08:00",
    "show": 61916,
    "show_uri": "https://api.kexp.org/v2/shows/61916/?format=api",
    "image_uri": "https://ia800401.us.archive.org/6/items/mbid-479d8f1b-daaf-3eac-9b69-b464cb239660/mbid-479d8f1b-daaf-3eac-9b69-b464cb239660-4004723066_thumb500.jpg",
    "thumbnail_uri": "https://ia600401.us.archive.org/6/items/mbid-479d8f1b-daaf-3eac-9b69-b464cb239660/mbid-479d8f1b-daaf-3eac-9b69-b464cb239660-4004723066_thumb250.jpg",
    "song": "All My Loving",
    "track_id": "9066eecb-6207-39eb-b696-c87777c3cd95",
    "recording_id": "be5761a7-d99a-44e8-96a4-904b490f7061",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "With The Beatles",
    "release_id": "479d8f1b-daaf-3eac-9b69-b464cb239660",
    "release_group_id": "a63dc65f-09f2-359b-a10e-648f00ecd96c",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1987-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1963 1963 The Beatles released their second album, With The Beatles, which went on to spend 51 weeks on the UK charts.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}