Information about plays

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

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

{
    "id": 2679683,
    "uri": "https://api.kexp.org/v2/plays/2679683/?format=api",
    "airdate": "2019-12-29T19:08:00-08:00",
    "show": 46252,
    "show_uri": "https://api.kexp.org/v2/shows/46252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chévere que Chévere",
    "track_id": "71880d83-1bcf-3fc3-a844-39e675b45b44",
    "recording_id": null,
    "artist": "Joe Bataan",
    "artist_ids": [
        "de7d54d7-0fce-4fb9-84f0-6fee794335d2"
    ],
    "album": "Call My Name",
    "release_id": "547b26ad-5e63-4d3d-b2ac-1b6f5b4f2d4e",
    "release_group_id": null,
    "labels": [
        "Vampi Soul"
    ],
    "label_ids": [
        "5ff89225-1a1b-43e5-858d-5d1d87a3941b"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}