Information about plays

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

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

{
    "id": 349568,
    "uri": "https://api.kexp.org/v2/plays/349568/?format=api",
    "airdate": "2019-07-03T12:28:57-07:00",
    "show": 5823,
    "show_uri": "https://api.kexp.org/v2/shows/5823/?format=api",
    "image_uri": "http://coverartarchive.org/release/27c88429-1956-4353-a5fb-246d11f9c305/3508263471-250.jpg",
    "thumbnail_uri": "",
    "song": "Firestarter",
    "track_id": "36234bb3-c569-3fda-96da-15ab18b03341",
    "recording_id": null,
    "artist": "The Prodigy",
    "artist_ids": [
        "4a4ee089-93b1-4470-af9a-6ff575d32704"
    ],
    "album": "Their Law: The Singles 1990-2005",
    "release_id": "27c88429-1956-4353-a5fb-246d11f9c305",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2005-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}