Information about plays

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

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

{
    "id": 3422398,
    "uri": "https://api.kexp.org/v2/plays/3422398/?format=api",
    "airdate": "2024-11-07T06:29:13-08:00",
    "show": 61785,
    "show_uri": "https://api.kexp.org/v2/shows/61785/?format=api",
    "image_uri": "https://ia801009.us.archive.org/27/items/mbid-4941e618-9c14-30b5-a32b-6065e83b829d/mbid-4941e618-9c14-30b5-a32b-6065e83b829d-24088201129_thumb500.jpg",
    "thumbnail_uri": "https://ia601009.us.archive.org/27/items/mbid-4941e618-9c14-30b5-a32b-6065e83b829d/mbid-4941e618-9c14-30b5-a32b-6065e83b829d-24088201129_thumb250.jpg",
    "song": "Heroes",
    "track_id": "0499b49a-7f1f-33c2-8cc4-a5bd4c575d01",
    "recording_id": "74e05bf7-4d70-40f0-9800-bf86bdfbc2eb",
    "artist": "Peter Gabriel",
    "artist_ids": [
        "8e66ea2b-b57b-47d9-8df0-df4630aeb8e5"
    ],
    "album": "Scratch My Back",
    "release_id": "4941e618-9c14-30b5-a32b-6065e83b829d",
    "release_group_id": "359451df-3a5c-4c74-ac64-2e2bf1bcfeba",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2010-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We can be heroes...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}