Information about plays

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

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

{
    "id": 3422216,
    "uri": "https://api.kexp.org/v2/plays/3422216/?format=api",
    "airdate": "2024-11-06T20:18:30-08:00",
    "show": 61782,
    "show_uri": "https://api.kexp.org/v2/shows/61782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can You Travel in the Dark Alone",
    "track_id": null,
    "recording_id": "c65dfaed-18d6-42c6-8d99-3fae25fe64cb",
    "artist": "Gandalf",
    "artist_ids": [
        "0c6df576-8f8b-4837-8a7d-da7f05d70fff"
    ],
    "album": "Gandalf",
    "release_id": null,
    "release_group_id": "718cee54-1a72-3965-aaad-f8ea78633118",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}