Information about plays

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

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

{
    "id": 2677634,
    "uri": "https://api.kexp.org/v2/plays/2677634/?format=api",
    "airdate": "2019-12-24T18:27:00-08:00",
    "show": 46218,
    "show_uri": "https://api.kexp.org/v2/shows/46218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fado Errado",
    "track_id": "31f9c9eb-1b6a-46f2-95f4-0af06c566770",
    "recording_id": null,
    "artist": "Mariza",
    "artist_ids": [
        "8cbb4d57-f44d-433a-90bf-a0892af886e1"
    ],
    "album": "Mariza",
    "release_id": "7809d19a-4f6d-4a17-8b02-ad5ca9168d7f",
    "release_group_id": null,
    "labels": [
        "Warner Music Portugal, Lda."
    ],
    "label_ids": [],
    "release_date": "2018-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Some artists speak across languages, defying the boundaries of style. Mariza is one of them, transforming Portugal’s beloved, bittersweet fado into pure artistry, distilled human emotion.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}