Information about plays

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

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

{
    "id": 3422416,
    "uri": "https://api.kexp.org/v2/plays/3422416/?format=api",
    "airdate": "2024-11-07T07:20:08-08:00",
    "show": 61786,
    "show_uri": "https://api.kexp.org/v2/shows/61786/?format=api",
    "image_uri": "https://ia800701.us.archive.org/14/items/mbid-518fcd57-955e-420f-81b4-012d5ccd55ec/mbid-518fcd57-955e-420f-81b4-012d5ccd55ec-24532261366_thumb500.jpg",
    "thumbnail_uri": "https://ia600701.us.archive.org/14/items/mbid-518fcd57-955e-420f-81b4-012d5ccd55ec/mbid-518fcd57-955e-420f-81b4-012d5ccd55ec-24532261366_thumb250.jpg",
    "song": "Atmosphere",
    "track_id": "6aa80cf2-0929-36de-a83b-7e8e8b8c9907",
    "recording_id": "7b744b0b-06ea-4140-bf38-59f74d2c5a8c",
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Licht und Blindheit",
    "release_id": "518fcd57-955e-420f-81b4-012d5ccd55ec",
    "release_group_id": "ac1fd344-96f9-4894-afde-592a3fd3f0d7",
    "labels": [
        "Sordide Sentimental"
    ],
    "label_ids": [
        "498fac6a-1370-4bf0-bdfd-5607819444db"
    ],
    "release_date": "1980-03-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A music video was released for the song with the single's re-release in 1988. It contains characters wearing black-hooded cloaks and white burial shrouds carrying around large pictures of the band. https://bit.ly/2W24FrM https://youtu.be/1EdUjlawLJM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}