Information about plays

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

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

{
    "id": 2681370,
    "uri": "https://api.kexp.org/v2/plays/2681370/?format=api",
    "airdate": "2020-01-02T21:20:10-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "https://coverartarchive.org/release/dc5ee2df-7e5b-4a43-b67b-b9551e65c361/3592364273-250.jpg",
    "thumbnail_uri": "",
    "song": "Moby Octopad",
    "track_id": "52a7a616-46e6-3c0e-80bb-a79e8e99a90a",
    "recording_id": null,
    "artist": "Yo La Tengo",
    "artist_ids": [
        "3f542031-b054-454d-b57b-812fa2a81b11"
    ],
    "album": "I Can Hear the Heart Beating as One",
    "release_id": "dc5ee2df-7e5b-4a43-b67b-b9551e65c361",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1997-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yo La Tengo performing live in the KEXP studio. Recorded on January 18, 2013 https://www.youtube.com/watch?v=rfTru5_lWlU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}