Information about plays

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

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

{
    "id": 455294,
    "uri": "https://api.kexp.org/v2/plays/455294/?format=api",
    "airdate": "2001-08-13T20:00:00-07:00",
    "show": 7709,
    "show_uri": "https://api.kexp.org/v2/shows/7709/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519PS7BM7GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519PS7BM7GL._SL75_.jpg",
    "song": "Jamil Al-Sourah (Le Beau visage)",
    "track_id": "2e679113-31a6-4378-a737-d86ca2408095",
    "recording_id": null,
    "artist": "Abdel Gadir Salim",
    "artist_ids": [
        "7681f1f0-39cd-4030-a9b0-77d86639a67f"
    ],
    "album": "Le Blues de Khartoum",
    "release_id": "fa5e75d3-4792-4e69-8fbc-a8b9751b76e2",
    "release_group_id": null,
    "labels": [
        "Inst. de MOnde Arabe (France)"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}