Information about plays

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

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

{
    "id": 2679207,
    "uri": "https://api.kexp.org/v2/plays/2679207/?format=api",
    "airdate": "2019-12-28T16:31:30-08:00",
    "show": 46243,
    "show_uri": "https://api.kexp.org/v2/shows/46243/?format=api",
    "image_uri": "https://coverartarchive.org/release/aa830f53-5676-4ad2-b335-fe48babb3f06/6231599835-250.jpg",
    "thumbnail_uri": "",
    "song": "Sleep Talk",
    "track_id": "f03e2985-2d08-3b26-81d4-0cb3c5f9045e",
    "recording_id": null,
    "artist": "Shannon and the Clams",
    "artist_ids": [
        "edda8263-7286-4227-9dc4-9ed8e6177f84"
    ],
    "album": "Sleep Talk",
    "release_id": "aa830f53-5676-4ad2-b335-fe48babb3f06",
    "release_group_id": null,
    "labels": [
        "1-2-3-4 Go! Records"
    ],
    "label_ids": [
        "7441004d-1165-4c04-b029-7c8d59c5912a"
    ],
    "release_date": "2011-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}