Information about plays

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

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

{
    "id": 2678881,
    "uri": "https://api.kexp.org/v2/plays/2678881/?format=api",
    "airdate": "2019-12-27T19:47:05-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "https://coverartarchive.org/release/a946310b-8ab1-4e3b-9e04-4d2ad0cc64bf/13574292317-250.jpg",
    "thumbnail_uri": "",
    "song": "Winter",
    "track_id": "c5f1d275-7fb9-3b20-85b2-a0445d976201",
    "recording_id": null,
    "artist": "Kristin Hersh",
    "artist_ids": [
        "0b461f11-c7af-4ddb-a30e-5cb0aabb3e7f"
    ],
    "album": "Learn to Sing Like a Star",
    "release_id": "a946310b-8ab1-4e3b-9e04-4d2ad0cc64bf",
    "release_group_id": null,
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2007-01-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Known for her solo work and former band Throwing Muses.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}