Information about plays

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

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

{
    "id": 346163,
    "uri": "https://api.kexp.org/v2/plays/346163/?format=api",
    "airdate": "2019-06-25T22:18:22-07:00",
    "show": 5771,
    "show_uri": "https://api.kexp.org/v2/shows/5771/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Always Be My Maybe",
    "track_id": "340e8776-84b1-414d-ab40-391157ebd224",
    "recording_id": null,
    "artist": "Ruby Ibarra",
    "artist_ids": [
        "b4eed615-abb4-4ba8-bb74-ba649a881f6a"
    ],
    "album": "Always Be My Maybe",
    "release_id": "1fcc6d9c-8dbb-46b5-ab91-bfaac7b699c3",
    "release_group_id": null,
    "labels": [
        "Beatrock Music"
    ],
    "label_ids": [
        "34086ebc-bcae-4919-b7cd-8b60af29ea18"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ruby Ibarra is a Filipino American rapper, music producer, and spoken word artist from San Lorenzo, California.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}