Information about plays

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

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

{
    "id": 1241214,
    "uri": "https://api.kexp.org/v2/plays/1241214/?format=api",
    "airdate": "2007-06-10T18:34:00-07:00",
    "show": 21748,
    "show_uri": "https://api.kexp.org/v2/shows/21748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reality Check",
    "track_id": "bdf19ac0-2c02-4cb9-a305-2521ae88db09",
    "recording_id": null,
    "artist": "Verbal Threat",
    "artist_ids": [
        "a18df22f-4ce3-48de-bfd5-91a2bbdfdc17"
    ],
    "album": "Preemptive Hype, Volume 13",
    "release_id": "07b0e7fd-ac17-46e2-8027-f3b85c4ae107",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2006-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}