Information about plays

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

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

{
    "id": 3422013,
    "uri": "https://api.kexp.org/v2/plays/3422013/?format=api",
    "airdate": "2024-11-06T06:59:59-08:00",
    "show": 61777,
    "show_uri": "https://api.kexp.org/v2/shows/61777/?format=api",
    "image_uri": "https://ia801609.us.archive.org/14/items/mbid-5ff2c07c-ab4c-4048-aea9-284641668b3a/mbid-5ff2c07c-ab4c-4048-aea9-284641668b3a-34497436221_thumb500.jpg",
    "thumbnail_uri": "https://ia601609.us.archive.org/14/items/mbid-5ff2c07c-ab4c-4048-aea9-284641668b3a/mbid-5ff2c07c-ab4c-4048-aea9-284641668b3a-34497436221_thumb250.jpg",
    "song": "Trouble So Hard",
    "track_id": "fc2ab2d3-03dd-3baf-b41c-ce978c287fa0",
    "recording_id": "2c7f809d-bbf6-4409-b214-eb6f9d094eb2",
    "artist": "Vera Hall",
    "artist_ids": [
        "a4073adb-937f-4e44-8d22-0330720f6f20"
    ],
    "album": "Alan Lomax: Popular Songbook",
    "release_id": "5ff2c07c-ab4c-4048-aea9-284641668b3a",
    "release_group_id": "5f9a7431-bae3-327d-ac0d-ab345f6b5644",
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2003-08-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Adell Hall Ward, better known as Vera Hall, was an American folk singer, born in Livingston, Alabama. Best known for her 1937 song \"Trouble So Hard\", she was inducted into the Alabama Women's Hall of Fame in 2005.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}