Information about plays

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

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

{
    "id": 3423844,
    "uri": "https://api.kexp.org/v2/plays/3423844/?format=api",
    "airdate": "2024-11-10T20:16:02-08:00",
    "show": 61817,
    "show_uri": "https://api.kexp.org/v2/shows/61817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Is Like A See Saw",
    "track_id": null,
    "recording_id": null,
    "artist": "New Days",
    "artist_ids": [],
    "album": "7\" 45 RPM",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sweet Soul Records"
    ],
    "label_ids": [
        "e7c819cf-35c2-464a-9e52-2944c67df66a"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Days covered Don Covay's & Steve Cropper's \"See Saw\" and added \"Together\" as a B-side",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}