Information about plays

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

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

{
    "id": 3410065,
    "uri": "https://api.kexp.org/v2/plays/3410065/?format=api",
    "airdate": "2024-10-08T14:56:10-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bra",
    "track_id": "18da209d-91da-3525-8bb3-e9c0b4faac96",
    "recording_id": "acea0dbd-65cf-4514-b907-e615234611d5",
    "artist": "Cymande",
    "artist_ids": [
        "21c5fb53-6fbc-4080-989a-b26d4540f4fd"
    ],
    "album": "Renegades of Funk",
    "release_id": "a219eb99-4551-4673-b4f3-a981eef8f1a2",
    "release_group_id": "657b532a-0923-3ecd-be19-0545f0e24c2e",
    "labels": [
        "Newhouse Records"
    ],
    "label_ids": [
        "444aa218-d6c6-48e4-85ab-6b6d3f5b9d1d"
    ],
    "release_date": "2005-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"In the racially turbulent UK of the early 70s, a group of black musicians came together in South London with a common love of rhythms and a message of peace. Cymande combined jazz, funk, soul and Caribbean grooves to form a unique sound, helping to shape music for five decades. Long after they stopped playing, the music played on, so they returned to play some more.\"\n\nLearn more and check out this documentary \"Getting It Back: The Story of Cymande\": https://tinyurl.com/2452zznz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}