Information about plays

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

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

{
    "id": 374241,
    "uri": "https://api.kexp.org/v2/plays/374241/?format=api",
    "airdate": "2019-08-30T00:44:02-07:00",
    "show": 6227,
    "show_uri": "https://api.kexp.org/v2/shows/6227/?format=api",
    "image_uri": "http://coverartarchive.org/release/df6b0d22-fd9f-4629-9772-d0021f49de96/15193915089-250.jpg",
    "thumbnail_uri": "",
    "song": "Safe and Sound",
    "track_id": "bd8c366f-d9ba-4321-9672-5acb8207a06b",
    "recording_id": null,
    "artist": "Justice",
    "artist_ids": [
        "860b2707-6153-4e3a-aa57-74d2b42c55b5"
    ],
    "album": "Woman",
    "release_id": "df6b0d22-fd9f-4629-9772-d0021f49de96",
    "release_group_id": null,
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2016-11-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Woman is the third studio album by the French electronic music duo Justice, released on November 18 2016 by Ed Banger Records and Because Music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}