Information about plays

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

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

{
    "id": 3410091,
    "uri": "https://api.kexp.org/v2/plays/3410091/?format=api",
    "airdate": "2024-10-08T15:55:48-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "https://ia801406.us.archive.org/9/items/mbid-b8098698-4cd6-4b72-b0f8-32cbbd630e16/mbid-b8098698-4cd6-4b72-b0f8-32cbbd630e16-16222038588_thumb500.jpg",
    "thumbnail_uri": "https://ia601406.us.archive.org/9/items/mbid-b8098698-4cd6-4b72-b0f8-32cbbd630e16/mbid-b8098698-4cd6-4b72-b0f8-32cbbd630e16-16222038588_thumb250.jpg",
    "song": "Now",
    "track_id": "89cf27b4-374f-3b9b-8722-3b0c2b148b88",
    "recording_id": "3329d8b1-5a8a-4a3e-aa82-45a2d3ed0a38",
    "artist": "Mates of State",
    "artist_ids": [
        "e9c97fdb-9fa0-4955-9a6c-1c43e1ac3f64"
    ],
    "album": "Re-Arrange Us",
    "release_id": "b8098698-4cd6-4b72-b0f8-32cbbd630e16",
    "release_group_id": "0fa1abd3-2af3-317f-8c02-564640bf25cc",
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2008-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mates of State are an Connecticut based indie pop duo, active since 1997. The group consists of the husband-and-wife team of Kori Gardner (vocals, organ, synthesizer, piano, electric piano, and occasional guitar) and Jason Hammel (vocals, drums, percussion, and occasional synthesizer).\n---\nhttps://matesofstate.bandcamp.com/album/re-arrange-us",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}