Information about plays

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

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

{
    "id": 3422069,
    "uri": "https://api.kexp.org/v2/plays/3422069/?format=api",
    "airdate": "2024-11-06T10:47:17-08:00",
    "show": 61779,
    "show_uri": "https://api.kexp.org/v2/shows/61779/?format=api",
    "image_uri": "https://ia801505.us.archive.org/20/items/mbid-84eaf608-4422-443c-8fcf-eec2b04b98ff/mbid-84eaf608-4422-443c-8fcf-eec2b04b98ff-16123967605_thumb500.jpg",
    "thumbnail_uri": "https://ia601505.us.archive.org/20/items/mbid-84eaf608-4422-443c-8fcf-eec2b04b98ff/mbid-84eaf608-4422-443c-8fcf-eec2b04b98ff-16123967605_thumb250.jpg",
    "song": "Ain’t No Man",
    "track_id": "e4dc6235-0b98-4038-8175-a0a4857c4a43",
    "recording_id": "f287048f-0289-41d2-85df-3c8f5bb97629",
    "artist": "The Avett Brothers",
    "artist_ids": [
        "0a176d0a-ef46-4e7f-b018-9f4d65614668"
    ],
    "album": "True Sadness",
    "release_id": "84eaf608-4422-443c-8fcf-eec2b04b98ff",
    "release_group_id": "e9de38e4-1391-4946-87f2-ffff93a963f9",
    "labels": [
        "Republic Records",
        "American Recordings"
    ],
    "label_ids": [
        "e0ecd909-0477-485f-80dc-3c27ea4837ca",
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "2016-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"There ain't no man, or men that can change the shape my soul is in...\nWho can cause me pain or raise my fear\n'Cause I got only love to share\nIf you're looking for a truth, I'm proof you'll find it there\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}