Information about plays

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

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

{
    "id": 372950,
    "uri": "https://api.kexp.org/v2/plays/372950/?format=api",
    "airdate": "2019-08-27T10:41:15-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/ff152346-3015-4217-9a45-e129be095a7e/2442485330-250.jpg",
    "thumbnail_uri": "",
    "song": "Tell Me What's Inside Your Heart",
    "track_id": "6a2fe6ed-7528-32a6-882e-01f097583820",
    "recording_id": null,
    "artist": "Ty Segall Band",
    "artist_ids": [
        "d0a5d602-5172-46ed-9b4d-bae8fb8c33f9"
    ],
    "album": "Slaughterhouse",
    "release_id": "ff152346-3015-4217-9a45-e129be095a7e",
    "release_group_id": null,
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2012-06-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a live performance by Ty Segall in the kEXP studio, hosted by Cheryl Waters: https://www.youtube.com/watch?v=os6tQLwiMiM&t=6s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}