Information about plays

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

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

{
    "id": 2682903,
    "uri": "https://api.kexp.org/v2/plays/2682903/?format=api",
    "airdate": "2020-01-06T15:58:23-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "https://coverartarchive.org/release/042ac475-e50b-478e-bd63-de2aa9679b10/24621770768-250.jpg",
    "thumbnail_uri": "",
    "song": "Me in 20 Years",
    "track_id": "c75861c5-4d28-4b55-a63f-879344bbfe47",
    "recording_id": null,
    "artist": "Moses Sumney",
    "artist_ids": [
        "89c081d4-2ab2-4d3e-8589-ad77dfc40384"
    ],
    "album": "græ",
    "release_id": "042ac475-e50b-478e-bd63-de2aa9679b10",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2020-05-15",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moses Sumney is gearing up to release a double album later this year! Read more about it here: https://pitchfork.com/news/listen-to-moses-sumneys-new-song-me-in-20-years/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}