Information about plays

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

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

{
    "id": 3421249,
    "uri": "https://api.kexp.org/v2/plays/3421249/?format=api",
    "airdate": "2024-11-04T08:13:38-08:00",
    "show": 61761,
    "show_uri": "https://api.kexp.org/v2/shows/61761/?format=api",
    "image_uri": "https://coverartarchive.org/release/843f2eb6-9d6e-409b-8505-866c44a8ac91/33753195646-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/843f2eb6-9d6e-409b-8505-866c44a8ac91/33753195646-250.jpg",
    "song": "Drink Before the War",
    "track_id": null,
    "recording_id": "069efaa6-a427-4b5f-a2e0-de0c388614fc",
    "artist": "Sinéad O’Connor",
    "artist_ids": [
        "c78a77fa-507c-4c07-947a-0355029453bd"
    ],
    "album": "The Lion and the Cobra",
    "release_id": null,
    "release_group_id": "f7158e4b-87d0-3310-85ae-71b15769f4ef",
    "labels": [
        "Ensign"
    ],
    "label_ids": [
        "710c008e-1e3e-46ae-a91a-4f3f71afc45d"
    ],
    "release_date": "1987-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Lion and The Cobra\" was Sinéad O'Connor's debut album. The title of the album is from Psalm 91:13 \"you will tread upon the lion and cobra.\" When she was young, a nun gave Sinéad a guitar. She would perform on the streets of Dublin. Eventually she was playing with a band and caught the attention of record execs. She released this album in 1987 and co-produced it as well.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}