Information about plays

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

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

{
    "id": 435532,
    "uri": "https://api.kexp.org/v2/plays/435532/?format=api",
    "airdate": "2001-06-17T05:25:00-07:00",
    "show": 7331,
    "show_uri": "https://api.kexp.org/v2/shows/7331/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51s5KdieOyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51s5KdieOyL._SL75_.jpg",
    "song": "Ghoom Charakhana",
    "track_id": "7c9826f2-02f9-4303-9eee-a7e4c73b8f8b",
    "recording_id": null,
    "artist": "Najma",
    "artist_ids": [
        "d15a0a35-bb7c-42ba-a7b6-b70c8a8b0bbf"
    ],
    "album": "Atish",
    "release_id": "e539cb6e-3132-4d90-b5d2-772b21d98e9d",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "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"
}