Information about plays

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

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

{
    "id": 1280907,
    "uri": "https://api.kexp.org/v2/plays/1280907/?format=api",
    "airdate": "2007-09-19T03:23:14-07:00",
    "show": 22416,
    "show_uri": "https://api.kexp.org/v2/shows/22416/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Running Joke",
    "track_id": "eaafb91d-d01f-4552-a8e6-2a10a8995643",
    "recording_id": null,
    "artist": "Katharine Hepburn's Voice",
    "artist_ids": [
        "88e0508e-3796-43b9-847f-977d88d46373"
    ],
    "album": "Unlimited Nights and Weekends",
    "release_id": "b2da1922-7f8e-441f-97e3-7173ccbc8674",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}