Information about plays

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

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

{
    "id": 355958,
    "uri": "https://api.kexp.org/v2/plays/355958/?format=api",
    "airdate": "2019-07-18T07:47:14-07:00",
    "show": 5930,
    "show_uri": "https://api.kexp.org/v2/shows/5930/?format=api",
    "image_uri": "http://coverartarchive.org/release/21d098df-8327-3503-97e6-22bea515520e/2088453124-250.jpg",
    "thumbnail_uri": "",
    "song": "North American Scum",
    "track_id": "e6206548-abdb-3fb4-bb48-11610d6acbea",
    "recording_id": null,
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "Sound of Silver",
    "release_id": "21d098df-8327-3503-97e6-22bea515520e",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2007-03-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For those of you who still think they're from England, they're not, no",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}