Information about plays

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

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

{
    "id": 346551,
    "uri": "https://api.kexp.org/v2/plays/346551/?format=api",
    "airdate": "2019-06-26T15:45:04-07:00",
    "show": 5775,
    "show_uri": "https://api.kexp.org/v2/shows/5775/?format=api",
    "image_uri": "http://coverartarchive.org/release/d8e9e0f9-7ced-4176-a935-cfac17409d10/9725971061-250.jpg",
    "thumbnail_uri": "",
    "song": "Here's Where the Story Ends",
    "track_id": "e57cb651-90d3-3e3b-b081-21c1b84cc184",
    "recording_id": null,
    "artist": "The Sundays",
    "artist_ids": [
        "9df32318-47d5-4df7-bc68-3ed9e15eb0f6"
    ],
    "album": "Reading, Writing and Arithmetic",
    "release_id": "d8e9e0f9-7ced-4176-a935-cfac17409d10",
    "release_group_id": null,
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1990-04-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to lead singer Harriet Wheeler!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}