Information about plays

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

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

{
    "id": 3422333,
    "uri": "https://api.kexp.org/v2/plays/3422333/?format=api",
    "airdate": "2024-11-07T02:57:52-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://ia902807.us.archive.org/19/items/mbid-965fbff5-b886-4fad-9594-4d1e753e7e6c/mbid-965fbff5-b886-4fad-9594-4d1e753e7e6c-25263499847_thumb500.jpg",
    "thumbnail_uri": "https://ia902807.us.archive.org/19/items/mbid-965fbff5-b886-4fad-9594-4d1e753e7e6c/mbid-965fbff5-b886-4fad-9594-4d1e753e7e6c-25263499847_thumb250.jpg",
    "song": "Courage Is the Smallest Bird",
    "track_id": "6205e6e1-770d-3684-a44d-7448cd980a90",
    "recording_id": "b7ed91b8-6e8e-458f-8648-6da47e076917",
    "artist": "The Minus 5",
    "artist_ids": [
        "7acfc09d-1b3b-4524-aff0-c705844109c6"
    ],
    "album": "In Rock",
    "release_id": "2ce9dc8e-93c2-4d2c-873c-0ccb79d568fc",
    "release_group_id": "a2cc38f5-1417-45a4-a16f-60cec8893f65",
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2004-02-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}