Information about plays

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

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

{
    "id": 487141,
    "uri": "https://api.kexp.org/v2/plays/487141/?format=api",
    "airdate": "2001-11-16T04:51:25-08:00",
    "show": 8333,
    "show_uri": "https://api.kexp.org/v2/shows/8333/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love From the Sun",
    "track_id": "0c666a0c-d56e-4bb8-a1d2-b0fc170d908d",
    "recording_id": null,
    "artist": "Beatless",
    "artist_ids": [
        "7a706999-2a62-4285-b723-e4f313a0f6c7"
    ],
    "album": "Life Mirrors",
    "release_id": "981d6e5c-5be1-45b3-a15e-ebbc4bd6158d",
    "release_group_id": null,
    "labels": [
        "Ubiquity Records"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2001-10-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}