Information about plays

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

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

{
    "id": 380051,
    "uri": "https://api.kexp.org/v2/plays/380051/?format=api",
    "airdate": "2019-09-12T15:57:16-07:00",
    "show": 6324,
    "show_uri": "https://api.kexp.org/v2/shows/6324/?format=api",
    "image_uri": "http://coverartarchive.org/release/6cdfff78-710b-4526-842c-6a49dd4e0142/16198947232-250.jpg",
    "thumbnail_uri": "",
    "song": "I Think I’m in Love (radio edit)",
    "track_id": "85206e32-7063-35ca-9feb-2c755f68b931",
    "recording_id": null,
    "artist": "Spiritualized",
    "artist_ids": [
        "65041e06-83d2-4987-ae52-c17a915fc82a"
    ],
    "album": "The Complete Works, Volume 2",
    "release_id": "6cdfff78-710b-4526-842c-6a49dd4e0142",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2004-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Chemical Brothers remixed this track from Spiritualized back in 1997. Listen to the remix here: https://bit.ly/2kjRLDi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}