Information about plays

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

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

{
    "id": 1297072,
    "uri": "https://api.kexp.org/v2/plays/1297072/?format=api",
    "airdate": "2007-10-31T14:50:01-07:00",
    "show": 22694,
    "show_uri": "https://api.kexp.org/v2/shows/22694/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Yn8HPSYqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Yn8HPSYqL._SL75_.jpg",
    "song": "Madness",
    "track_id": "d87370c7-f7f1-403e-ae1c-1fff7a1df928",
    "recording_id": null,
    "artist": "Madness",
    "artist_ids": [
        "5f58803e-8c4c-478e-8b51-477f38483ede"
    ],
    "album": "Complete Madness",
    "release_id": "c52eaccf-d6c5-4319-ac8f-9b087c0ec2da",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}