Information about plays

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

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

{
    "id": 3281692,
    "uri": "https://api.kexp.org/v2/plays/3281692/?format=api",
    "airdate": "2023-12-09T20:50:50-08:00",
    "show": 58830,
    "show_uri": "https://api.kexp.org/v2/shows/58830/?format=api",
    "image_uri": "https://coverartarchive.org/release/0c4af109-a036-4866-a76e-cb1e7984d3b7/27874002757-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0c4af109-a036-4866-a76e-cb1e7984d3b7/27874002757-250.jpg",
    "song": "I Don’t Wanna Speak",
    "track_id": null,
    "recording_id": "e3273344-626b-47d8-af22-dc38f090f13e",
    "artist": "Guidance Counselor",
    "artist_ids": [
        "c9d2e257-268a-4802-ae81-ddac1d9d228d"
    ],
    "album": "Guidance Counselor",
    "release_id": null,
    "release_group_id": "e952b86b-1a9a-469c-8a31-e31faf80adc3",
    "labels": [
        "Old Wave"
    ],
    "label_ids": [
        "cfe03b10-6694-4493-840f-4421e255b67d"
    ],
    "release_date": "2010-04-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland!\nhttps://open.spotify.com/artist/6T09duhLwkTNEw2L7Na3z2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}