Information about plays

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

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

{
    "id": 352404,
    "uri": "https://api.kexp.org/v2/plays/352404/?format=api",
    "airdate": "2019-07-10T02:57:30-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "http://coverartarchive.org/release/3bb5842c-b1b6-4a1a-980a-609c4916c6ac/21361785437-250.jpg",
    "thumbnail_uri": "",
    "song": "Seventeen",
    "track_id": "9e920222-c416-4f9e-bb6e-33fdc333aa50",
    "recording_id": null,
    "artist": "Sharon Van Etten",
    "artist_ids": [
        "5a2e9cd3-010a-4aae-9f83-629253284202"
    ],
    "album": "Remind Me Tomorrow",
    "release_id": "3bb5842c-b1b6-4a1a-980a-609c4916c6ac",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2019-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Friday, Sept 6th at the Gorge Amphitheatre!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}