Information about plays

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

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

{
    "id": 2675300,
    "uri": "https://api.kexp.org/v2/plays/2675300/?format=api",
    "airdate": "2019-12-19T08:58:40-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/05eb7424-f747-4064-bb54-657569eb8dca/22723875016-250.jpg",
    "thumbnail_uri": "",
    "song": "Woman",
    "track_id": "1e644738-3b2c-4d94-86a8-bf3071b710ed",
    "recording_id": null,
    "artist": "Karen O & Danger Mouse",
    "artist_ids": [
        "4b356f05-bcc2-4544-925b-fd9a1bf708be"
    ],
    "album": "Lux Prima",
    "release_id": "05eb7424-f747-4064-bb54-657569eb8dca",
    "release_group_id": null,
    "labels": [
        "BMG Rights Management"
    ],
    "label_ids": [
        "49b3f86b-46e5-40bf-b05c-f8ee4eb89327"
    ],
    "release_date": "2019-03-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#18 Most Played on JITM 2019 | From 2019's fabulous collab with Yeah Yeah Yeah's Karen O, and Danger Mouse. O said in a statement about this song, \"I like to write songs that anyone can relate to but this one felt especially for the inner child in me that needed the bullies out there to know you don’t f*ck with me. I’m a woman now and I’ll protect that inner girl in me from hell and high water.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}