Information about plays

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

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

{
    "id": 1371901,
    "uri": "https://api.kexp.org/v2/plays/1371901/?format=api",
    "airdate": "2008-05-09T05:47:26-07:00",
    "show": 23947,
    "show_uri": "https://api.kexp.org/v2/shows/23947/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wxfVuTp1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wxfVuTp1L._SL75_.jpg",
    "song": "We Can't Help You",
    "track_id": "a10f1e6e-892c-4e25-bf31-959db20cfca7",
    "recording_id": null,
    "artist": "Stephen Malkmus and the Jicks",
    "artist_ids": [
        "98e4bf9e-9e33-4f07-9962-f7c1c2d773ba"
    ],
    "album": "Real Emotional Trash",
    "release_id": "4b182454-8689-45b7-af49-3cf260b36ddd",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2008-03-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}