Information about plays

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

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

{
    "id": 1402528,
    "uri": "https://api.kexp.org/v2/plays/1402528/?format=api",
    "airdate": "2008-07-27T11:51:00-07:00",
    "show": 24471,
    "show_uri": "https://api.kexp.org/v2/shows/24471/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Uh7UU53iL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Uh7UU53iL._SL75_.jpg",
    "song": "Funky Women",
    "track_id": "37196660-bc29-4651-93fc-8f49bfcf8d26",
    "recording_id": null,
    "artist": "Maceo and All the King's Men",
    "artist_ids": [
        "59c87815-5e2b-44c1-a23c-e96bcb161657"
    ],
    "album": "Doing Their Own Thing",
    "release_id": "5c02df76-d763-471f-98bf-e9f9343a5e9a",
    "release_group_id": null,
    "labels": [
        "Charly Records"
    ],
    "label_ids": [
        "a754ad77-2842-4ed4-a6e7-fb6b1fdc7f40"
    ],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}