Information about plays

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

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

{
    "id": 352639,
    "uri": "https://api.kexp.org/v2/plays/352639/?format=api",
    "airdate": "2019-07-10T16:32:48-07:00",
    "show": 5876,
    "show_uri": "https://api.kexp.org/v2/shows/5876/?format=api",
    "image_uri": "http://coverartarchive.org/release/fd66de56-4bf0-4843-bae8-2398979aa06b/23416735471-250.jpg",
    "thumbnail_uri": "",
    "song": "I'm Alive",
    "track_id": "e522c143-70c9-4391-9b28-36e38fed9b8c",
    "recording_id": null,
    "artist": "The Hives",
    "artist_ids": [
        "487bfd74-71bf-46dd-b89c-80b7a0f06f2f"
    ],
    "album": "I'm Alive",
    "release_id": "fd66de56-4bf0-4843-bae8-2398979aa06b",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}