Information about plays

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

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

{
    "id": 505156,
    "uri": "https://api.kexp.org/v2/plays/505156/?format=api",
    "airdate": "2002-01-09T00:34:00-08:00",
    "show": 8687,
    "show_uri": "https://api.kexp.org/v2/shows/8687/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZmM0uq79L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZmM0uq79L._SL75_.jpg",
    "song": "Recuerdos de Kalahuayo",
    "track_id": "b7cc94ca-30e4-4956-9d68-17bbe96c95c7",
    "recording_id": null,
    "artist": "Inti-Illimani",
    "artist_ids": [
        "a962cd78-1f5f-4cef-838d-07e2f9d8b02d"
    ],
    "album": "Lejanía",
    "release_id": "c42b1e23-6142-4a07-84b4-23957a22b122",
    "release_group_id": null,
    "labels": [
        "Xenophile"
    ],
    "label_ids": [
        "f2162668-d6ba-4aba-9f2b-40969e2d1073"
    ],
    "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"
}