Information about plays

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

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

{
    "id": 2677824,
    "uri": "https://api.kexp.org/v2/plays/2677824/?format=api",
    "airdate": "2019-12-25T06:02:39-08:00",
    "show": 46222,
    "show_uri": "https://api.kexp.org/v2/shows/46222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Listen, the Snow Is Falling",
    "track_id": "4b2482cf-6072-3e3d-9ddd-f179f8c7dc72",
    "recording_id": null,
    "artist": "Galaxie 500",
    "artist_ids": [
        "4de3cfed-b459-42bd-bfbb-7a843fbc73df"
    ],
    "album": "This Is Our Music",
    "release_id": "5de99614-ed6d-43cc-87e3-b46a534ba685",
    "release_group_id": null,
    "labels": [
        "Rough Trade America"
    ],
    "label_ids": [
        "df7754b9-fc08-4f71-a1c7-fd5ea330c051"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}