Information about plays

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

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

{
    "id": 1367723,
    "uri": "https://api.kexp.org/v2/plays/1367723/?format=api",
    "airdate": "2008-04-28T19:13:56-07:00",
    "show": 23881,
    "show_uri": "https://api.kexp.org/v2/shows/23881/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512CQg2bzfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512CQg2bzfL._SL75_.jpg",
    "song": "Jonkoloni",
    "track_id": "01b4e4a1-4d8d-4037-a285-e2449bc4dd04",
    "recording_id": null,
    "artist": "Bassekou Kouyaté & Ngoni Ba",
    "artist_ids": [
        "6cbf28db-ba38-4408-aab4-5e467f84afec"
    ],
    "album": "Segu Blue",
    "release_id": "8acf2a05-5040-4516-bf0e-a0204e1fb0d4",
    "release_group_id": null,
    "labels": [
        "Out Here Records"
    ],
    "label_ids": [
        "4a2632be-ebb2-4cb5-8a4a-e0a4bb593a3e"
    ],
    "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"
}