Information about plays

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

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

{
    "id": 2680625,
    "uri": "https://api.kexp.org/v2/plays/2680625/?format=api",
    "airdate": "2020-01-01T01:34:00-08:00",
    "show": 46268,
    "show_uri": "https://api.kexp.org/v2/shows/46268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stanley’s Get Down (No Parking on the DF) Honey Dijon Remix",
    "track_id": null,
    "recording_id": null,
    "artist": "Jayda G",
    "artist_ids": [
        "b6ba12ae-1304-46b3-b96b-9be22dbdab4a"
    ],
    "album": "Stanley's Get Down (No Parking on the DF)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Discussing the remix, Dijon says, \"It was so much fun remixing an artist who has a clear understanding and respect for the foundation of dance music heritage and culture.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}