Information about plays

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

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

{
    "id": 2674846,
    "uri": "https://api.kexp.org/v2/plays/2674846/?format=api",
    "airdate": "2019-12-18T09:03:00-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ring of Fire",
    "track_id": "f76a32f9-2f92-3f04-8955-b294385ab683",
    "recording_id": null,
    "artist": "Ray Charles",
    "artist_ids": [
        "2ce02909-598b-44ef-a456-151ba0a3bd70"
    ],
    "album": "The Complete Country & Western Recordings: 1959-1986",
    "release_id": "628fdc9e-6c18-4fbc-994e-3153eb6ef666",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [],
    "release_date": "1998-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Ring of Fire\" by Ray Charles is a cover of Johnny Cash's \"Ring of Fire\". - https://bit.ly/2M9eDQo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}