Information about plays

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

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

{
    "id": 2677143,
    "uri": "https://api.kexp.org/v2/plays/2677143/?format=api",
    "airdate": "2019-12-23T12:36:10-08:00",
    "show": 46210,
    "show_uri": "https://api.kexp.org/v2/shows/46210/?format=api",
    "image_uri": "https://coverartarchive.org/release/ded65854-a580-472f-986a-9ab9a906711e/18280957367-250.jpg",
    "thumbnail_uri": "",
    "song": "Breather",
    "track_id": "51b8bb4c-4f31-3eba-8847-dd2101eeb231",
    "recording_id": null,
    "artist": "Laika",
    "artist_ids": [
        "571a3166-8676-4e5d-b432-876aa98ea760"
    ],
    "album": "Lost in Space",
    "release_id": "ded65854-a580-472f-986a-9ab9a906711e",
    "release_group_id": null,
    "labels": [
        "Too Pure"
    ],
    "label_ids": [
        "ae5ab1f6-8ce6-4af0-9268-442b9067f537"
    ],
    "release_date": "2003-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}