Information about plays

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

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

{
    "id": 374306,
    "uri": "https://api.kexp.org/v2/plays/374306/?format=api",
    "airdate": "2019-08-30T03:40:48-07:00",
    "show": 6228,
    "show_uri": "https://api.kexp.org/v2/shows/6228/?format=api",
    "image_uri": "http://coverartarchive.org/release/d369d374-0ceb-3569-aabe-e8fbe700d85f/954452270-250.jpg",
    "thumbnail_uri": "",
    "song": "Movement",
    "track_id": "6f40e412-02bd-3862-9688-f253fd365dc5",
    "recording_id": null,
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "LCD Soundsystem",
    "release_id": "d369d374-0ceb-3569-aabe-e8fbe700d85f",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2005-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}