Information about plays

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

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

{
    "id": 1280383,
    "uri": "https://api.kexp.org/v2/plays/1280383/?format=api",
    "airdate": "2007-09-17T21:00:01-07:00",
    "show": 22409,
    "show_uri": "https://api.kexp.org/v2/shows/22409/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61GGjfTyolL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61GGjfTyolL._SL75_.jpg",
    "song": "In the Morning",
    "track_id": "4ece3d0a-dd0b-4cc0-9545-209b9a3f5555",
    "recording_id": null,
    "artist": "Corey Harris",
    "artist_ids": [
        "aabd53ee-308b-4e94-8e9b-4c3d46a0c471"
    ],
    "album": "Zion Crossroads",
    "release_id": "8f8476c6-f556-428d-9d30-6514e927cd1c",
    "release_group_id": null,
    "labels": [
        "Telarc"
    ],
    "label_ids": [
        "91adb2af-1f8d-4bf5-b86b-a0fbfde5020b"
    ],
    "release_date": "2007-06-24",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}