Information about plays

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

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

{
    "id": 379489,
    "uri": "https://api.kexp.org/v2/plays/379489/?format=api",
    "airdate": "2019-09-11T09:05:58-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "http://coverartarchive.org/release/fd417b02-f15c-43c0-b245-853b8de59ae0/23610670853-250.jpg",
    "thumbnail_uri": "",
    "song": "Strange",
    "track_id": "48e4d3f0-3f52-3e5f-a906-532093a553a6",
    "recording_id": null,
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "Ancient Melodies of the Future",
    "release_id": "fd417b02-f15c-43c0-b245-853b8de59ae0",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2001-07-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Built To Spill will play two nights (Friday, Oct 25 & Saturday, Oct 26) at The Showbox! - http://www.builttospill.com/shows",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}