Information about plays

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

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

{
    "id": 509521,
    "uri": "https://api.kexp.org/v2/plays/509521/?format=api",
    "airdate": "2002-01-22T01:24:00-08:00",
    "show": 8777,
    "show_uri": "https://api.kexp.org/v2/shows/8777/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21C4D6MES3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21C4D6MES3L._SL75_.jpg",
    "song": "Loose",
    "track_id": "42755792-7ebd-4000-9dcd-44b87d5ce88f",
    "recording_id": null,
    "artist": "Yennah",
    "artist_ids": [
        "1906e722-b4c3-471d-aeb2-cc3331aaaaab"
    ],
    "album": "Red Noise",
    "release_id": "50607af7-1255-428d-a55e-f2d976e4b731",
    "release_group_id": null,
    "labels": [
        "Shadow"
    ],
    "label_ids": [],
    "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"
}