Information about plays

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

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

{
    "id": 1233097,
    "uri": "https://api.kexp.org/v2/plays/1233097/?format=api",
    "airdate": "2007-05-19T12:51:36-07:00",
    "show": 21600,
    "show_uri": "https://api.kexp.org/v2/shows/21600/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51v1QshFfpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51v1QshFfpL._SL75_.jpg",
    "song": "Up to the Old Tricks",
    "track_id": "6f82bcdb-2bdd-4e31-b854-15b1f45268c3",
    "recording_id": null,
    "artist": "Ms. Led",
    "artist_ids": [
        "d05f4ae2-b911-4d19-a428-5ea38ac342a5"
    ],
    "album": "Shake Yourself Awake",
    "release_id": "48992b87-0074-4297-b0af-4368ff0c89d2",
    "release_group_id": null,
    "labels": [
        "Fish the Cat Records"
    ],
    "label_ids": [
        "ddd5a29c-2b33-47c5-bcf7-40e7728a01a1"
    ],
    "release_date": "2007-06-12",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}