Information about plays

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

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

{
    "id": 421418,
    "uri": "https://api.kexp.org/v2/plays/421418/?format=api",
    "airdate": "2001-05-05T09:10:35-07:00",
    "show": 7055,
    "show_uri": "https://api.kexp.org/v2/shows/7055/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51B5qa4KOOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51B5qa4KOOL._SL75_.jpg",
    "song": "Gimmie Mi Gun",
    "track_id": "d44e3a8b-8da0-4b5d-a8fc-56d6be61244a",
    "recording_id": null,
    "artist": "Dr. Alimantado",
    "artist_ids": [
        "0fc5dfc7-a5f6-4f01-9091-4c90f1df37e2"
    ],
    "album": "Best Dressed Chicken in Town",
    "release_id": "a8d4601b-09a7-420e-b339-13f9ca770960",
    "release_group_id": null,
    "labels": [
        "Greensleeves Records"
    ],
    "label_ids": [
        "52990ee0-c1ab-4d8b-b0cb-d930c17c7fe2"
    ],
    "release_date": "2001-04-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}