Information about plays

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

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

{
    "id": 2675295,
    "uri": "https://api.kexp.org/v2/plays/2675295/?format=api",
    "airdate": "2019-12-19T08:43:50-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/a28633b3-3801-4060-8c1c-7e466a835049/23766891625-250.jpg",
    "thumbnail_uri": "",
    "song": "Mercedes Marxist",
    "track_id": "13d88494-4681-47df-a46c-bd9a522b7573",
    "recording_id": null,
    "artist": "IDLES",
    "artist_ids": [
        "be465d4f-c28d-4ba1-94ab-ebaada7db8af"
    ],
    "album": "Mercedes Marxist",
    "release_id": "a28633b3-3801-4060-8c1c-7e466a835049",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2019-05-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#21 Most Played on JITM 2019 | Were you here at the KEXP Gathering Space when IDLES played this single for us live in May?! https://www.youtube.com/watch?v=tvjtLPDjLZ4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}