Information about plays

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

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

{
    "id": 2670956,
    "uri": "https://api.kexp.org/v2/plays/2670956/?format=api",
    "airdate": "2019-12-09T11:28:00-08:00",
    "show": 46110,
    "show_uri": "https://api.kexp.org/v2/shows/46110/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Energy Flash",
    "track_id": "3b37b416-f217-3762-962d-9c8e7a587526",
    "recording_id": null,
    "artist": "Joey Beltram",
    "artist_ids": [
        "5330d6d0-711b-415b-93e4-071e46d0d5f2"
    ],
    "album": "Classics",
    "release_id": "afe34602-e9e0-458e-a06a-3d031206a8ad",
    "release_group_id": null,
    "labels": [
        "R&S Records"
    ],
    "label_ids": [],
    "release_date": "2008-05-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "While rhythmic patterns, textural elements and thudding kick drums underpin most well-known tracks by Joey Beltram. Their melodic elements are usually what keep you humming the tune in your head for years to come. Read more about Energy Flash and its producer here: https://bit.ly/2LFdEHt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}