Information about plays

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

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

{
    "id": 1379910,
    "uri": "https://api.kexp.org/v2/plays/1379910/?format=api",
    "airdate": "2008-05-29T07:37:00-07:00",
    "show": 24081,
    "show_uri": "https://api.kexp.org/v2/shows/24081/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sparrows",
    "track_id": "ac0908ad-efff-4aaa-9317-ececbbc04e7b",
    "recording_id": null,
    "artist": "The Low Lows",
    "artist_ids": [
        "bd6a6892-db0f-4e70-8003-c6eb4f42a550"
    ],
    "album": "shining violence",
    "release_id": "f1504950-3544-40bd-8559-83e8c93934d2",
    "release_group_id": null,
    "labels": [
        "Misra"
    ],
    "label_ids": [
        "7be454c1-d49d-4f4c-9178-0ef23bac83f0"
    ],
    "release_date": "2008-03-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}