Information about plays

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

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

{
    "id": 500005,
    "uri": "https://api.kexp.org/v2/plays/500005/?format=api",
    "airdate": "2001-12-24T19:20:00-08:00",
    "show": 8586,
    "show_uri": "https://api.kexp.org/v2/shows/8586/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DT1Y60A7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DT1Y60A7L._SL75_.jpg",
    "song": "Aïtma",
    "track_id": "3425ee93-be8d-4bc9-9fa0-7e903bae4047",
    "recording_id": null,
    "artist": "Tartit",
    "artist_ids": [
        "2c861a0e-59c3-46c5-b488-5209fab74a57"
    ],
    "album": "Ichichila",
    "release_id": "cea2d9c8-51fa-4c65-b285-be4bdae337da",
    "release_group_id": null,
    "labels": [
        "Network Medien"
    ],
    "label_ids": [
        "d7e90681-2652-4395-a6b1-d70fb183afe9"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}