Information about plays

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

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

{
    "id": 3422322,
    "uri": "https://api.kexp.org/v2/plays/3422322/?format=api",
    "airdate": "2024-11-07T02:23:07-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://ia801205.us.archive.org/32/items/mbid-1a327772-bee0-49ed-aab2-c8a40f6f6d09/mbid-1a327772-bee0-49ed-aab2-c8a40f6f6d09-28343532463_thumb500.jpg",
    "thumbnail_uri": "https://ia801205.us.archive.org/32/items/mbid-1a327772-bee0-49ed-aab2-c8a40f6f6d09/mbid-1a327772-bee0-49ed-aab2-c8a40f6f6d09-28343532463_thumb250.jpg",
    "song": "I Won’t Give Up",
    "track_id": "3738ba10-6f6f-41fe-ada6-ce882036f1fe",
    "recording_id": "1f41de96-5043-47f8-a8c7-6381331481f0",
    "artist": "Erasers",
    "artist_ids": [
        "38da64db-2705-470a-9d0c-e89187cd69f3"
    ],
    "album": "Ork Records: New York, New York",
    "release_id": "1a327772-bee0-49ed-aab2-c8a40f6f6d09",
    "release_group_id": "f41dd6db-7d3d-4bd1-97af-94d6075059ff",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2015-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}