Information about plays

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

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

{
    "id": 2678866,
    "uri": "https://api.kexp.org/v2/plays/2678866/?format=api",
    "airdate": "2019-12-27T18:53:00-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Something's Got A Hold on Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Etta James",
    "artist_ids": [
        "e22d2f66-881e-41ca-9356-544697ee5f90"
    ],
    "album": "Etta James",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Argo Records"
    ],
    "label_ids": [],
    "release_date": "1962-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the most under-rated and most influential artists if the 20th century, the opening phrase of this track has been sampled no fewer than 30 times by artists as diverse as Avicii, Flo Rida, and Pretty Lights.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}