Information about plays

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

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

{
    "id": 532574,
    "uri": "https://api.kexp.org/v2/plays/532574/?format=api",
    "airdate": "2002-03-29T15:13:13-08:00",
    "show": 9219,
    "show_uri": "https://api.kexp.org/v2/shows/9219/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VQpLCiPvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VQpLCiPvL._SL75_.jpg",
    "song": "Soft Pyramids",
    "track_id": "1d11d9c4-19cd-4fe2-9625-8adf6753f13c",
    "recording_id": null,
    "artist": "Q and Not U",
    "artist_ids": [
        "a934e33f-b3cb-47dd-9638-f7f1f25fe162"
    ],
    "album": "On Play Patterns",
    "release_id": "8a0c0406-9d3f-4f8d-bd03-1a87dd268d38",
    "release_group_id": null,
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "release_date": "2002-04-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}