Information about plays

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

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

{
    "id": 534899,
    "uri": "https://api.kexp.org/v2/plays/534899/?format=api",
    "airdate": "2002-04-05T10:28:37-08:00",
    "show": 9266,
    "show_uri": "https://api.kexp.org/v2/shows/9266/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61NM7sO-WsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61NM7sO-WsL._SL75_.jpg",
    "song": "Fade Into You",
    "track_id": null,
    "recording_id": null,
    "artist": "Mazzy Star",
    "artist_ids": [
        "c48d4327-8122-4286-af66-05e1ee6ac4d8"
    ],
    "album": "So Tonight That I Might See",
    "release_id": "d9fa44a6-c79b-4b70-806b-af5eb748e8f8",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1993-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}