Information about plays

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

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

{
    "id": 371465,
    "uri": "https://api.kexp.org/v2/plays/371465/?format=api",
    "airdate": "2019-08-23T20:24:00-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sacude y Levantate",
    "track_id": null,
    "recording_id": null,
    "artist": "Ivy Queen",
    "artist_ids": [
        "ff06ecc0-72a5-4a81-a253-d840d9aefb32"
    ],
    "album": "Vendetta",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Universal Music Latin Entertainment"
    ],
    "label_ids": [
        "996b0444-483d-4fef-81af-5877f1c276c8"
    ],
    "release_date": "2015-02-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Title translates to \"Dance - get up!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}