Information about plays

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

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

{
    "id": 375303,
    "uri": "https://api.kexp.org/v2/plays/375303/?format=api",
    "airdate": "2019-09-01T16:22:16-07:00",
    "show": 6249,
    "show_uri": "https://api.kexp.org/v2/shows/6249/?format=api",
    "image_uri": "http://coverartarchive.org/release/351d23b7-a124-41c9-973e-78ac673b06dd/4516092262-250.jpg",
    "thumbnail_uri": "",
    "song": "Home",
    "track_id": "fcb57b65-e54c-3d6f-a3bc-b4703b8dfd34",
    "recording_id": null,
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "This Is Happening",
    "release_id": "351d23b7-a124-41c9-973e-78ac673b06dd",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2010-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}