Information about plays

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

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

{
    "id": 2681741,
    "uri": "https://api.kexp.org/v2/plays/2681741/?format=api",
    "airdate": "2020-01-03T20:23:00-08:00",
    "show": 46285,
    "show_uri": "https://api.kexp.org/v2/shows/46285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jump Into the Fire",
    "track_id": null,
    "recording_id": null,
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "Daft Punk Is Playing at My House",
    "release_id": "7cced573-5d7e-4afc-830a-95b1f7845ec4",
    "release_group_id": null,
    "labels": [
        "DFA"
    ],
    "label_ids": [],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spotlight on Daft Punk for Thomas Bangalter's birthday! Now - three artists that sampled Daft Punk: Travis Scott, Jazmine Sullivan and LCD Soundsystem!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}