Information about plays

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

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

{
    "id": 343909,
    "uri": "https://api.kexp.org/v2/plays/343909/?format=api",
    "airdate": "2019-06-20T11:57:43-07:00",
    "show": 5731,
    "show_uri": "https://api.kexp.org/v2/shows/5731/?format=api",
    "image_uri": "http://coverartarchive.org/release/202f470f-0f0d-322b-b61a-be6f3ee7dd02/8220080466-250.jpg",
    "thumbnail_uri": "",
    "song": "Sons & Daughters",
    "track_id": "2f3c159d-5894-3d8a-8ec0-d86ca0884777",
    "recording_id": null,
    "artist": "The Decemberists",
    "artist_ids": [
        "97b1142f-c71e-4971-8736-4a8ceaf6b4c3"
    ],
    "album": "The Crane Wife",
    "release_id": "202f470f-0f0d-322b-b61a-be6f3ee7dd02",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2007-01-29",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Colin Meloy from the Decemberists perform \"Rise To Me\" live from the Ace Hotel NYC during the 2010 CMJ Music Marathon:\nhttps://www.youtube.com/watch?v=3ZLmHlT6Hk8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}