Information about plays

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

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

{
    "id": 427831,
    "uri": "https://api.kexp.org/v2/plays/427831/?format=api",
    "airdate": "2001-05-25T02:51:25-07:00",
    "show": 7185,
    "show_uri": "https://api.kexp.org/v2/shows/7185/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/3185tb%2BWFGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/3185tb%2BWFGL._SL75_.jpg",
    "song": "Wayfaring Stranger",
    "track_id": "68004a1f-4dca-4765-ae1e-103df807b37c",
    "recording_id": null,
    "artist": "Emmylou Harris",
    "artist_ids": [
        "35ef61ca-43db-4772-ba27-0489e9ebcb69"
    ],
    "album": "Anthology: The Warner/Reprise Years (disc 1)",
    "release_id": "e4ac9f81-bd10-488b-9b29-79f45aacfc20",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}