Information about plays

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

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

{
    "id": 1308224,
    "uri": "https://api.kexp.org/v2/plays/1308224/?format=api",
    "airdate": "2007-11-29T14:15:23-08:00",
    "show": 22883,
    "show_uri": "https://api.kexp.org/v2/shows/22883/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FvsQheJhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FvsQheJhL._SL75_.jpg",
    "song": "Dancing Behind My Eyelids",
    "track_id": "8219c1c5-75f6-4a61-969b-5ea0938a531c",
    "recording_id": null,
    "artist": "múm",
    "artist_ids": [
        "2b64e811-cbcd-45f7-b29d-296444cad4f1"
    ],
    "album": "Go Go Smear the Poison Ivy",
    "release_id": "ad4777db-c78a-4592-b789-4fe8813deaf2",
    "release_group_id": null,
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": "2007-09-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}