Information about plays

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

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

{
    "id": 348647,
    "uri": "https://api.kexp.org/v2/plays/348647/?format=api",
    "airdate": "2019-07-01T13:36:00-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "http://coverartarchive.org/release/d83a156e-46b0-4f23-9205-a8fe06ef6936/18703417613-250.jpg",
    "thumbnail_uri": "",
    "song": "Ship Out on the Sea",
    "track_id": "f529c762-972d-36c6-9354-f634cae936c5",
    "recording_id": null,
    "artist": "The Be Good Tanyas",
    "artist_ids": [
        "bf52f343-a752-4633-8521-9e99eaad8f9f"
    ],
    "album": "Chinatown",
    "release_id": "d83a156e-46b0-4f23-9205-a8fe06ef6936",
    "release_group_id": null,
    "labels": [
        "Nettwerk America"
    ],
    "label_ids": [
        "284e302e-a5d5-48ae-8add-e047d3e0abba"
    ],
    "release_date": "2003-03-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Vancouver, BC. http://www.begoodtanyas.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}