Information about plays

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

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

{
    "id": 3422374,
    "uri": "https://api.kexp.org/v2/plays/3422374/?format=api",
    "airdate": "2024-11-07T05:22:58-08:00",
    "show": 61785,
    "show_uri": "https://api.kexp.org/v2/shows/61785/?format=api",
    "image_uri": "https://coverartarchive.org/release/7c76fbfc-eb7e-405d-838b-339aa434eb00/37115535918-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7c76fbfc-eb7e-405d-838b-339aa434eb00/37115535918-250.jpg",
    "song": "Let The Hate In (I Won't)",
    "track_id": null,
    "recording_id": "7c4cc4cf-44f3-4e7a-ad4b-4fcf6e96f107",
    "artist": "Lee Bob Watson",
    "artist_ids": [
        "a5335d9d-9daf-4a14-a8c4-4ad2cc4068c1"
    ],
    "album": "Grass Roots Record Co. Family Album",
    "release_id": null,
    "release_group_id": "fae8e050-dcff-407f-a97b-b678aeae0bc0",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I WONT LET THE HATE IN\n\nLee Bob is a songwriter from San Francisco, CA. Check out his band Lee Bob & The Truth -https://leebobthetruth.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}