Information about plays

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

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

{
    "id": 2682025,
    "uri": "https://api.kexp.org/v2/plays/2682025/?format=api",
    "airdate": "2020-01-04T12:14:24-08:00",
    "show": 46290,
    "show_uri": "https://api.kexp.org/v2/shows/46290/?format=api",
    "image_uri": "https://coverartarchive.org/release/d7484a79-48fb-4f4b-8860-7dadaf18c233/21640246464-250.jpg",
    "thumbnail_uri": "",
    "song": "Mercy Mercy Me (The Ecology)",
    "track_id": "3c4e23dc-3f87-33ea-aca5-55d7e44ea152",
    "recording_id": null,
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "What's Going On",
    "release_id": "d7484a79-48fb-4f4b-8860-7dadaf18c233",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2001-02-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}