Information about plays

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

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

{
    "id": 376949,
    "uri": "https://api.kexp.org/v2/plays/376949/?format=api",
    "airdate": "2019-09-05T09:19:57-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "http://coverartarchive.org/release/eb5edd56-bf03-415f-85a6-af4c4c596766/7236047721-250.jpg",
    "thumbnail_uri": "",
    "song": "Judy Is a Punk",
    "track_id": "808ec089-2818-357e-a8e8-6f90844212e8",
    "recording_id": null,
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Loud, Fast Ramones: Their Toughest Hits",
    "release_id": "eb5edd56-bf03-415f-85a6-af4c4c596766",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2002-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“JOHN, YOU’D BETTER TAKE BACK WHAT YOU SAID ABOUT MY GIRLFRIEND… ” Here's Spin Magazine's 1986 interview with The Ramones: https://bit.ly/2k1Bi6x",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}