Information about plays

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

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

{
    "id": 3428434,
    "uri": "https://api.kexp.org/v2/plays/3428434/?format=api",
    "airdate": "2024-11-21T23:07:54-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ready for Love",
    "track_id": null,
    "recording_id": "9017b177-71aa-47f2-8e55-539e3dbfaf78",
    "artist": "Pennye Ford",
    "artist_ids": [
        "1fb1e695-ba15-4e9d-861b-44d96c2f61b6"
    ],
    "album": "Pennye",
    "release_id": null,
    "release_group_id": "16d0f5c4-19f4-4ad5-bf84-1ff6042dbd8f",
    "labels": [
        "Total Experience Records"
    ],
    "label_ids": [
        "e02a8483-4ee7-4d25-8b56-4f2b7ce2c651"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}