Information about plays

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

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

{
    "id": 517854,
    "uri": "https://api.kexp.org/v2/plays/517854/?format=api",
    "airdate": "2002-02-14T18:13:00-08:00",
    "show": 8933,
    "show_uri": "https://api.kexp.org/v2/shows/8933/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KCZzZIMnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KCZzZIMnL._SL75_.jpg",
    "song": "Green Pastures",
    "track_id": "415bcc83-0277-4aba-b9fe-27f05a4eaabd",
    "recording_id": null,
    "artist": "Emmylou Harris",
    "artist_ids": [
        "35ef61ca-43db-4772-ba27-0489e9ebcb69"
    ],
    "album": "Down From the Mountain: Live Concert Performances by the Artists & Musicians of O Brother, Where Art Thou?",
    "release_id": "7e14a5ee-9165-42de-9d30-999534264586",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2001-07-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}