Information about plays

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

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

{
    "id": 2680848,
    "uri": "https://api.kexp.org/v2/plays/2680848/?format=api",
    "airdate": "2020-01-01T14:37:16-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "https://coverartarchive.org/release/fbca2693-b11f-401d-8e69-ae2787a41782/24480122166-250.jpg",
    "thumbnail_uri": "",
    "song": "ENTROPY",
    "track_id": "45a2c98b-288a-42dd-a381-09fc3620a348",
    "recording_id": null,
    "artist": "Daniel Caesar",
    "artist_ids": [
        "b46e298d-d3a5-4695-a03e-63e8c523b23e"
    ],
    "album": "CASE STUDY 01",
    "release_id": "fbca2693-b11f-401d-8e69-ae2787a41782",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-06-28",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Case Study 01 is the second studio album by Canadian singer and songwriter Daniel Caesar, released on June 28, 2019, through Golden Child Recordings. It features guest appearances from Brandy, Pharrell Williams, John Mayer, Sean Leon and Jacob Collier.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}