Information about plays

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

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

{
    "id": 1388703,
    "uri": "https://api.kexp.org/v2/plays/1388703/?format=api",
    "airdate": "2008-06-22T14:41:17-07:00",
    "show": 24241,
    "show_uri": "https://api.kexp.org/v2/shows/24241/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rRRAoAM4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rRRAoAM4L._SL75_.jpg",
    "song": "My Organ Sounds Like...",
    "track_id": "af121404-738c-4d52-b845-33def0ec9856",
    "recording_id": null,
    "artist": "Jaguar Love",
    "artist_ids": [
        "94929f01-b91e-46c9-bf44-d37dc5f5fafb"
    ],
    "album": "Jaguar Love",
    "release_id": "0b2b7fed-e51b-4cdd-ba2a-c7d71a4e744b",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2008-06-03",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}