Information about plays

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

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

{
    "id": 347425,
    "uri": "https://api.kexp.org/v2/plays/347425/?format=api",
    "airdate": "2019-06-28T13:11:34-07:00",
    "show": 5785,
    "show_uri": "https://api.kexp.org/v2/shows/5785/?format=api",
    "image_uri": "http://coverartarchive.org/release/510feb55-d124-4e57-a8d0-433b07bf86be/15092288424-250.jpg",
    "thumbnail_uri": "",
    "song": "Insistor",
    "track_id": "d8c9278c-5f44-3a79-a98d-ca08c363f9d9",
    "recording_id": null,
    "artist": "Tapes 'n Tapes",
    "artist_ids": [
        "a83ec79e-bcbf-4872-92e5-8c7ca1bb8ff2"
    ],
    "album": "The Loon",
    "release_id": "510feb55-d124-4e57-a8d0-433b07bf86be",
    "release_group_id": null,
    "labels": [
        "Ibid Records"
    ],
    "label_ids": [
        "1829d88d-0e96-4b73-9bc5-c4c2073104b7"
    ],
    "release_date": "2005-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Minneapolis-based band Tapes 'N Tapes played live on KEXP from SXSW in 2011: https://www.youtube.com/watch?v=LLZ5aGaemYw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}