Information about plays

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

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

{
    "id": 458338,
    "uri": "https://api.kexp.org/v2/plays/458338/?format=api",
    "airdate": "2001-08-22T09:40:00-07:00",
    "show": 7769,
    "show_uri": "https://api.kexp.org/v2/shows/7769/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WRRTBXERL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WRRTBXERL._SL75_.jpg",
    "song": "I Believe",
    "track_id": "5a1e2eb4-5365-416c-8091-3c7d52ff512e",
    "recording_id": null,
    "artist": "Regia",
    "artist_ids": [
        "4f83c205-3f22-419c-ae34-b49c8280ef0e"
    ],
    "album": "The Art of Navigation",
    "release_id": "6b213f6d-31d2-4404-b53d-8f62964032ea",
    "release_group_id": null,
    "labels": [
        "spinART"
    ],
    "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"
}