Information about plays

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

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

{
    "id": 2679592,
    "uri": "https://api.kexp.org/v2/plays/2679592/?format=api",
    "airdate": "2019-12-29T13:07:18-08:00",
    "show": 46250,
    "show_uri": "https://api.kexp.org/v2/shows/46250/?format=api",
    "image_uri": "https://coverartarchive.org/release/8a1b4e45-a493-44e2-a39e-ac7a5333ecb9/24853252994-250.jpg",
    "thumbnail_uri": "",
    "song": "If You're Going to the City",
    "track_id": "97f7f258-cb2a-4298-8ad5-1a7e7e1bff18",
    "recording_id": null,
    "artist": "Iggy Pop",
    "artist_ids": [
        "f37b3f31-b1f8-4b88-8cb5-b34f709b17d7"
    ],
    "album": "If You're Going To The City: A Tribute To Mose Allison",
    "release_id": "8a1b4e45-a493-44e2-a39e-ac7a5333ecb9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-29",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}