Information about plays

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

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

{
    "id": 2683206,
    "uri": "https://api.kexp.org/v2/plays/2683206/?format=api",
    "airdate": "2020-01-07T10:03:39-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/64990800-4e35-4dea-b187-dc8f6963044f/24860374789-250.jpg",
    "thumbnail_uri": "",
    "song": "Oslo",
    "track_id": "087f7ca5-a12b-425a-9f47-9d6544a1e952",
    "recording_id": null,
    "artist": "Free Nationals feat. Callum Connor & Tnava",
    "artist_ids": [
        "a536dd07-131b-48ef-ab47-141b752ba082"
    ],
    "album": "Free Nationals",
    "release_id": "64990800-4e35-4dea-b187-dc8f6963044f",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-12-13",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Free Nationals are best known as Anderson . Paak's live band, until now. Here's a positive review of their self-titled debut album: https://pitchfork.com/reviews/albums/the-free-nationals-free-nationals/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}