Information about plays

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

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

{
    "id": 417123,
    "uri": "https://api.kexp.org/v2/plays/417123/?format=api",
    "airdate": "2001-04-22T12:32:18-07:00",
    "show": 6964,
    "show_uri": "https://api.kexp.org/v2/shows/6964/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41lDG6ffqxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41lDG6ffqxL._SL75_.jpg",
    "song": "Water No Get Enemy (edit version)",
    "track_id": "e5f0c424-5ade-45f5-99bb-da150bcc6ab6",
    "recording_id": null,
    "artist": "Fela Kuti",
    "artist_ids": [
        "6514cffa-fbe0-4965-ad88-e998ead8a82a"
    ],
    "album": "The Best of Fela Kuti: The Black President (disc 1)",
    "release_id": "2869a0a4-3751-458c-ab6b-d00028d68e4d",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2000-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}