Information about plays

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

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

{
    "id": 3428724,
    "uri": "https://api.kexp.org/v2/plays/3428724/?format=api",
    "airdate": "2024-11-22T15:22:16-08:00",
    "show": 61916,
    "show_uri": "https://api.kexp.org/v2/shows/61916/?format=api",
    "image_uri": "https://ia800507.us.archive.org/10/items/mbid-9f8374c0-8598-3799-8986-a573b9de2d31/mbid-9f8374c0-8598-3799-8986-a573b9de2d31-2096316329_thumb500.jpg",
    "thumbnail_uri": "https://ia800507.us.archive.org/10/items/mbid-9f8374c0-8598-3799-8986-a573b9de2d31/mbid-9f8374c0-8598-3799-8986-a573b9de2d31-2096316329_thumb250.jpg",
    "song": "Month of May",
    "track_id": "29efe7f4-fffc-3282-b09f-c59709962e7f",
    "recording_id": "a7da2a05-ca00-4762-a2fb-65bbaba76758",
    "artist": "Arcade Fire",
    "artist_ids": [
        "52074ba6-e495-4ef3-9bb4-0703888a9f68"
    ],
    "album": "The Suburbs",
    "release_id": "9f8374c0-8598-3799-8986-a573b9de2d31",
    "release_group_id": "4b6d5132-4740-407a-b9ae-505d5f1d3e97",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2010-08-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Justin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}