Information about plays

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

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

{
    "id": 2682995,
    "uri": "https://api.kexp.org/v2/plays/2682995/?format=api",
    "airdate": "2020-01-06T21:42:46-08:00",
    "show": 46310,
    "show_uri": "https://api.kexp.org/v2/shows/46310/?format=api",
    "image_uri": "https://coverartarchive.org/release/61d24ae3-7792-4f0b-8e5a-ffd2388bcf6d/25038794275-250.jpg",
    "thumbnail_uri": "",
    "song": "Feed",
    "track_id": "e42cd4a7-d234-4afe-ba3b-92de8d6b7bff",
    "recording_id": null,
    "artist": "Charly Bliss",
    "artist_ids": [
        "6069d86f-ca46-48a5-bb34-77d21f6e3d0a"
    ],
    "album": "Supermoon",
    "release_id": "61d24ae3-7792-4f0b-8e5a-ffd2388bcf6d",
    "release_group_id": null,
    "labels": [
        "Lucky Number"
    ],
    "label_ids": [
        "368777fe-930d-4746-9b7c-e7d506b9f154"
    ],
    "release_date": "2019-10-30",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}