Information about plays

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

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

{
    "id": 1376903,
    "uri": "https://api.kexp.org/v2/plays/1376903/?format=api",
    "airdate": "2008-05-21T19:15:10-07:00",
    "show": 24032,
    "show_uri": "https://api.kexp.org/v2/shows/24032/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51enC0-QzXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51enC0-QzXL._SL75_.jpg",
    "song": "She Left Me for Jesus",
    "track_id": null,
    "recording_id": null,
    "artist": "Hayes Carll",
    "artist_ids": [
        "89c83caa-7f08-4e0d-bee9-db0139044e38"
    ],
    "album": "Trouble in Mind",
    "release_id": "d33db14d-9fa4-4b9c-8a93-32639c9c4d35",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2008-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}