Information about plays

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

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

{
    "id": 3420890,
    "uri": "https://api.kexp.org/v2/plays/3420890/?format=api",
    "airdate": "2024-11-03T11:52:32-08:00",
    "show": 61752,
    "show_uri": "https://api.kexp.org/v2/shows/61752/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Freedom",
    "track_id": null,
    "recording_id": "cc728afb-b3e0-454e-b423-407fc0df7655",
    "artist": "Pharrell Williams",
    "artist_ids": [
        "149f91ef-1287-46da-9a8e-87fee02f1471"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "2015-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the trailer for the new movie about Pharrell’s life and inspiration, all done with Lego.\nhttps://www.youtube.com/watch?v=7Bc6trBc1kc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}