Information about plays

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

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

{
    "id": 1280998,
    "uri": "https://api.kexp.org/v2/plays/1280998/?format=api",
    "airdate": "2007-09-19T09:01:02-07:00",
    "show": 22417,
    "show_uri": "https://api.kexp.org/v2/shows/22417/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51x23IsGPDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51x23IsGPDL._SL75_.jpg",
    "song": "Miss Meri",
    "track_id": "6d21aa37-2b00-4832-a093-bb5a9f6755d6",
    "recording_id": null,
    "artist": "Two Gallants",
    "artist_ids": [
        "7095f4e4-1f60-4098-a4ad-8fc451a8ee76"
    ],
    "album": "Two Gallants",
    "release_id": "466bf89d-bdd5-40a9-ad17-5b5d70184ed6",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Europe"
    ],
    "label_ids": [
        "8b722ca8-5341-48f2-bba6-bbb0a1adcacc"
    ],
    "release_date": "2007-09-24",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}