Information about plays

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

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

{
    "id": 422143,
    "uri": "https://api.kexp.org/v2/plays/422143/?format=api",
    "airdate": "2001-05-07T20:18:00-07:00",
    "show": 7074,
    "show_uri": "https://api.kexp.org/v2/shows/7074/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/316YKJREJSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/316YKJREJSL._SL75_.jpg",
    "song": "Imuna Iami",
    "track_id": "b7f689e1-d0d1-4dfd-9169-6306e5c889ee",
    "recording_id": null,
    "artist": "Jovens do Hungu",
    "artist_ids": [
        "59fcd6af-a4b6-400d-a596-4da052343395"
    ],
    "album": "1975-1995 Independencia!",
    "release_id": "c82523b9-1120-42d9-ac18-48f986b109fc",
    "release_group_id": null,
    "labels": [
        "Lusafrica"
    ],
    "label_ids": [
        "b126b1c1-7f87-49ff-aabb-93b272b54320"
    ],
    "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"
}