Information about plays

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

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

{
    "id": 1177543,
    "uri": "https://api.kexp.org/v2/plays/1177543/?format=api",
    "airdate": "2006-12-27T13:40:25-08:00",
    "show": 20648,
    "show_uri": "https://api.kexp.org/v2/shows/20648/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41UmSJLzL4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41UmSJLzL4L._SL75_.jpg",
    "song": "Sheela-Na-Gig",
    "track_id": null,
    "recording_id": null,
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "The Peel Sessions: 1991-2004",
    "release_id": "1e698bf8-b2f9-401b-9627-2a46712b1111",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2006-10-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}