Information about plays

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

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

{
    "id": 345962,
    "uri": "https://api.kexp.org/v2/plays/345962/?format=api",
    "airdate": "2019-06-25T12:50:12-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "http://coverartarchive.org/release/51361fcf-9262-4599-8f0c-2e9ba931f754/22484646891-250.jpg",
    "thumbnail_uri": "",
    "song": "Acarine",
    "track_id": "eef43e64-d46a-4c45-aac4-d78cbfd4c824",
    "recording_id": null,
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Fishing for Fishies",
    "release_id": "51361fcf-9262-4599-8f0c-2e9ba931f754",
    "release_group_id": null,
    "labels": [
        "Flightless"
    ],
    "label_ids": [
        "8e27cad4-8234-4cf2-9b69-3573ae0d83d6"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "These powerful and prolific Australian musicians will be at The Paramount Theatre on Sunday, August 18th, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}