Information about plays

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

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

{
    "id": 2682339,
    "uri": "https://api.kexp.org/v2/plays/2682339/?format=api",
    "airdate": "2020-01-05T05:24:00-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Morning Ride",
    "track_id": "0127f5c4-e3c1-322b-bb8b-2d1c1504c693",
    "recording_id": null,
    "artist": "Yellowman",
    "artist_ids": [
        "870ec051-e50e-4bf9-b704-6098fe0e0297"
    ],
    "album": "Mister Yellowman",
    "release_id": "05a730b1-f2ee-3bfe-9088-55d813ecbd86",
    "release_group_id": null,
    "labels": [
        "Greensleeves Records"
    ],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Influential to both rap and reggae, Jamaica's, Yellowman, released his debut album: 'Mister Yellowman' in 1982.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}