Information about plays

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

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

{
    "id": 1295800,
    "uri": "https://api.kexp.org/v2/plays/1295800/?format=api",
    "airdate": "2007-10-27T11:34:00-07:00",
    "show": 22666,
    "show_uri": "https://api.kexp.org/v2/shows/22666/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Road Is Rough",
    "track_id": "7eaffd39-5e92-4094-b9c4-daac82fef300",
    "recording_id": null,
    "artist": "Joe Gibbs and The Professionals",
    "artist_ids": [
        "c912f2b9-9907-4823-b1b8-25196c892adf"
    ],
    "album": "No Bones for the Dogs",
    "release_id": "6fd68031-77e8-446c-980b-c7ba0d151f90",
    "release_group_id": null,
    "labels": [
        "Joe Gibbs"
    ],
    "label_ids": [
        "562874a3-94e5-49f5-92b6-d677433bf874"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}