Information about plays

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

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

{
    "id": 2682130,
    "uri": "https://api.kexp.org/v2/plays/2682130/?format=api",
    "airdate": "2020-01-04T18:16:42-08:00",
    "show": 46292,
    "show_uri": "https://api.kexp.org/v2/shows/46292/?format=api",
    "image_uri": "https://coverartarchive.org/release/75a61f20-20f4-3255-a890-b4868ba2e169/8845794719-250.jpg",
    "thumbnail_uri": "",
    "song": "Modern Girl",
    "track_id": "5e111fe0-5d66-38c1-bc90-3d34fd4ae23a",
    "recording_id": null,
    "artist": "Sleater‐Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "The Woods",
    "release_id": "75a61f20-20f4-3255-a890-b4868ba2e169",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2005-05-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}