Information about plays

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

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

{
    "id": 414439,
    "uri": "https://api.kexp.org/v2/plays/414439/?format=api",
    "airdate": "2001-02-25T17:00:00-08:00",
    "show": 6905,
    "show_uri": "https://api.kexp.org/v2/shows/6905/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513PY6C3z5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513PY6C3z5L._SL75_.jpg",
    "song": "This Year's Beat",
    "track_id": "12200b6f-8302-4c84-9a3d-f0ff7c358131",
    "recording_id": null,
    "artist": "Japancakes",
    "artist_ids": [
        "8f59cae9-5c2a-4b26-8783-03e09a37099d"
    ],
    "album": "The Sleepy Strange",
    "release_id": "9af2f005-5ffa-4224-8afd-9b4d3b7d7bd2",
    "release_group_id": null,
    "labels": [
        "Kindercore Records"
    ],
    "label_ids": [
        "942bf59b-bbec-4443-af99-cf110418460c"
    ],
    "release_date": "2001-02-13",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}