Information about plays

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

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

{
    "id": 1364961,
    "uri": "https://api.kexp.org/v2/plays/1364961/?format=api",
    "airdate": "2008-04-21T19:18:23-07:00",
    "show": 23834,
    "show_uri": "https://api.kexp.org/v2/shows/23834/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ulh5oxrpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ulh5oxrpL._SL75_.jpg",
    "song": "Oy Como Va",
    "track_id": null,
    "recording_id": null,
    "artist": "Tito Puente",
    "artist_ids": [
        "f19ad155-d809-4770-ab8d-7579467d9f55"
    ],
    "album": "The Essential Tito Puente (disc 2)",
    "release_id": "7d094523-8603-472e-851b-44d5b54b1be0",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}