Information about plays

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

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

{
    "id": 2680618,
    "uri": "https://api.kexp.org/v2/plays/2680618/?format=api",
    "airdate": "2020-01-01T01:00:00-08:00",
    "show": 46268,
    "show_uri": "https://api.kexp.org/v2/shows/46268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Can Change (Stereogamous remix)",
    "track_id": "87662b93-f42a-3200-8b74-812515611881",
    "recording_id": null,
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "I Can Change",
    "release_id": "96eff0cd-9a94-470a-a9b6-7f316bb4d2d4",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [],
    "release_date": "2010-07-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welcome to your 2020 After Hours on KEXP! @ACertainAbbie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}