Information about plays

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

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

{
    "id": 2675254,
    "uri": "https://api.kexp.org/v2/plays/2675254/?format=api",
    "airdate": "2019-12-19T06:28:01-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/a04486fc-31b7-48e1-8239-07cd30e67ef7/17796307959-250.jpg",
    "thumbnail_uri": "",
    "song": "This Must Be the Place (Naive Melody)",
    "track_id": "5624c301-064a-3856-b91e-6a1d59101735",
    "recording_id": null,
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Speaking in Tongues",
    "release_id": "a04486fc-31b7-48e1-8239-07cd30e67ef7",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#50 Most Played on JITM 2019 | Our #50 this year comes in at #22 on Pitchfork's 200 Best Songs of the 1980's. Numbers! https://bit.ly/34EGiz2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}