Information about plays

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

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

{
    "id": 2680520,
    "uri": "https://api.kexp.org/v2/plays/2680520/?format=api",
    "airdate": "2019-12-31T19:46:00-08:00",
    "show": 46266,
    "show_uri": "https://api.kexp.org/v2/shows/46266/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pra fuder",
    "track_id": "63784d1a-d1a6-4d48-b033-4e7b9d2c7baa",
    "recording_id": null,
    "artist": "Elza Soares",
    "artist_ids": [
        "a619471e-ee2f-430f-b57b-262f94457559"
    ],
    "album": "A mulher do fim do mundo",
    "release_id": "251cd556-5724-4b69-aaa6-d32361daccd1",
    "release_group_id": null,
    "labels": [
        "Circus"
    ],
    "label_ids": [],
    "release_date": "2016-01-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A mulher do fim do mundo is a studio album released by Brazilian singer Elza Soares in 2015. Soares, who was 79 when the album was released, recorded the album with the help of nearly three dozen producers, composers, songwriters and musicians including Victor Rice and figures from the vanguarda paulista scene.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}